↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Tag Archives: fix

Post navigation

← Older posts
Newer posts →

ARM – Odroid Kernel 3.17/3.18 USB Solution..

Adventures With Linux ™ Posted on November 8, 2014 by RGNovember 8, 2014

I had been trying to get USB working with 3.17 and 3.18-rc kernels on my Odroid U3 for some time, and had been looking for fixes in the source code. It turned out that I was looking in the wrong place – and a clue to this was the lack of any mention of the problem on … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Odroid, Performance, U-Boot | Tagged fix, kernel 3.18-rc, new u-boot, odroid u3, success, usb | 1 Reply

Kernel 3.17-rc3 – Breaks VMNET – and a Fix..

Adventures With Linux ™ Posted on September 4, 2014 by RGSeptember 4, 2014

Just tested Kernel 3.17-rc3, and it breaks VMware (10.0.3) – vmnet: ……………. /tmp/modconfig-d0zqLW/vmnet-only/netif.c: In function ‘VNetNetIf_Create’: /tmp/modconfig-d0zqLW/vmnet-only/netif.c:152:64: error: macro “alloc_netdev” requires 4 arguments, but only 3 given     dev = alloc_netdev(sizeof *netIf, deviceName, VNetNetIfSetup);                                                                 ^ /tmp/modconfig-d0zqLW/vmnet-only/netif.c:152:10: error: ‘alloc_netdev’ undeclared (first use in this function)     dev = alloc_netdev(sizeof *netIf, deviceName, VNetNetIfSetup); …………… Thanks to Erwin Zoer (see … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, Opinion, Performance, VMware | Tagged fix, kernel 3.17-rc3, netif.c, net_name_unknown, requires 4 arguments, success, vmnet, vmware problem | 4 Replies

Pi – Pidora Catch-22..

Adventures With Linux ™ Posted on May 24, 2014 by RGMay 24, 2014

Encountered a classic ‘Catch 22’ problem with a recent Pidora 20 update.. The version of RPM – rpm-4.11.2-3.fc20.v6.armv6hl – was broken, as it had the ‘build architecture’ set to arm5tel, instead of armv6hl.. This meant that all subsequent yum updates failed, with ”package xxxxxxxxx.armv6hl is intended for a different architecture” errors. And… updating RPM with yum also … Continue reading →

Posted in Crash and Burn.., Hacks, Linux / ARM, Pidora | Tagged catch 22, fix, intended for a different architecture, pidora 20, rpm problem, rpm-4.11.2-3.fc20.v6.armv6hl, solution, success, yum update failure | Leave a reply

VMware: Linux ‘Guest’ Fix for Kernel 3.15..

Adventures With Linux ™ Posted on April 23, 2014 by RGApril 23, 2014

After further testing, I found that the hgfs ‘shared folders’ function in VMware 10.0.2, which worked fine for Kernel 3.14, did not work for Kernel 3.15… I tried to find a patch, and eventually created a (fairly unsophisticated!) one for myself, and have tested it with VMware 10.0.2 (Linux ‘host’) and Linux Kernel 3.14.1 and 3.15-rc2 ‘guests’. … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, VMware | Tagged fix, hack, kernel 3.15, link.c, linux guest, patch, shared folders, success, vmhgfs, vmware 10.0.2 | Leave a reply

Fedora – YUM broken, and Fix..

Adventures With Linux ™ Posted on December 16, 2013 by RGDecember 16, 2013

A circular fail with a recent version of YUM – yum-3.4.3-119 – leads to a whole load of the following errors: http://mirrors.ircam.fr/pub/fedora/linux/updates/20/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for updates Trying other mirror. updates                                                            | 4.6 kB  00:00:00     http://mir01.syntis.net/fedora/linux/updates/20/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for updates Trying other mirror. updates                                                            | 3.4 kB  00:00:00     … Continue reading →

Posted in Crash and Burn.., Fedora | Tagged 343-119, fedora, fix, repomd.xml does not match metalink, solution, success, yum broken | Leave a reply

3.7.9 – and a Surprise..

Adventures With Linux ™ Posted on February 18, 2013 by RGFebruary 18, 2013

Just updated to 3.7.9, but forgot to do the usual ‘softlink’ for correct compilation of VMware.. # ln -s /usr/src/linux-3.7.9/include/generated/uapi/linux/version.h /usr/src/linux-3.7.9/include/linux/version.h I ran the compilation for the the latest ‘stable’ NVIDIA driver (310.32), but discovered that – with 3.7.9 – this failed, as well!     To save time, I had been creating the softlink after compiling the latest … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance | Tagged 3.7.6, 3.7.7, 3.7.8, compile fail, driver 310.32, fix, kernel 3.7.9, nvidia, softlink, version.h, workaround | Leave a reply

3.7.7 – and now 3.7.8 – and a New Host..

Adventures With Linux ™ Posted on February 16, 2013 by RGFebruary 17, 2013

This site has now been re-hosted, and all should be working correctly!    The design has changed, and you can comment by clicking on the ‘speech bubble’ at the top right of each article.. Back to the important stuff!     I have just updated my main system to 3.7.8, after 3.7.7.. Just FYI, 3.7.7 included quite a lot of … Continue reading →

Posted in compilation, Fedora, kernel, Linux, Performance | Tagged fix, kernel 3.7.8, networking, realtek r8169, success, update | Leave a reply

Pi to 3.6.7.. and a Hardware Problem!

Adventures With Linux ™ Posted on November 22, 2012 by RGNovember 22, 2012

The 3.6.y tree at GitHub has now been updated to 3.6.7, keeping pace with the ‘mainline’ kernel. Compiling was similar to 3.6.6, and there is still a missing header file:   CC [M]  drivers/net/wireless/hostap/hostap_80211_rx.o In file included from drivers/net/wireless/hostap/hostap.h:7:0,                  from drivers/net/wireless/hostap/hostap_80211_rx.c:8: drivers/net/wireless/hostap/hostap_wlan.h:13:27: fatal error: hostap_common.h: No such file or directory compilation terminated. make[4]: *** [drivers/net/wireless/hostap/hostap_80211_rx.o] Error … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.7, compile, fix, hardware problem, kernel, missing header, raspberry pi, sd card slot loose, success | Leave a reply

Dreamplug to 3.7-rc2 – Still Needs ‘Fix’..

Adventures With Linux ™ Posted on October 21, 2012 by RGOctober 21, 2012

Updated the Dreamplug to 3.7-rc2 today, and still needed to patch ../linux-3.7-rc2/arch/arm/kernel/armksyms.c, as described in the post for 3.7-rc1.. Fedora release 17 (Beefy Miracle) Kernel 3.7.0-rc2 on an armv5tel (ttyS0) …………………. $ uname -a Linux rgdreamplug 3.7.0-rc2 #2 Sun Oct 21 14:13:41 BST 2012 armv5tel armv5tel armv5tel GNU/Linux … Continue reading →

Posted in compilation, Dreamplug, kernel, Linux / ARM, Performance | Tagged cross-compile, dreamplug, fix, kernel 3.7-rc2, linux-arm, patch, success | 2 Replies

APC – Fixing Fedora’s Rogue Fsck…

Adventures With Linux ™ Posted on August 23, 2012 by RGAugust 23, 2012

The ‘default’ Fedora 13 system for ARM mounts the root as nfs..   To change it to the (correct) ext3, modify /etc/fstab as follows: # cat /etc/fstab /dev/mmcblk0p2          /                       ext3    defaults        1 1 /dev/mmcblk0p1          /boot                   vfat    defaults        1 0 devpts                  /dev/pts                devpts  gid=5,mode=620  0 0 tmpfs                   /dev/shm                tmpfs   defaults        0 0 proc                    /proc                   proc    defaults        0 0 sysfs                   … Continue reading →

Posted in APC, compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance | Tagged apc, boot, ext3, fedora 13, fix, fsck, fstab | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑