LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   After 'yum update' no sound, networking or USB flash devices found! (https://www.linuxquestions.org/questions/linux-software-2/after-yum-update-no-sound-networking-or-usb-flash-devices-found-655021/)

dennismarck 07-11-2008 12:57 AM

After 'yum update' no sound, networking or USB flash devices found!
 
Hi,

Yesterday i have updated my fedora 8 with 'yum update'. After this update there are no sound, no networks in NetworkManager and no USB Flashdrives found. It's really strange!

Is there someone who nows a solution for this problem??

This is the 'yum.log' file;
Code:

Jul 10 07:22:18 Updated: hal-libs - 0.5.10-3.fc8.i386
Jul 10 07:22:21 Updated: NetworkManager-glib - 1:0.7.0-0.6.9.svn3675.fc8.i386
Jul 10 07:22:23 Updated: bind-libs - 32:9.5.0-28.P1.fc8.i386
Jul 10 07:22:39 Updated: java-1.7.0-icedtea - 1.7.0.0-0.20.b21.snapshot.fc8.i586
Jul 10 07:22:40 Updated: info - 4.11-5.fc8.i386
Jul 10 07:22:43 Updated: texinfo - 4.11-5.fc8.i386
Jul 10 07:22:47 Updated: iptables - 1.4.1.1-1.fc8.i386
Jul 10 07:22:48 Updated: iptables-ipv6 - 1.4.1.1-1.fc8.i386
Jul 10 07:22:49 Updated: texinfo-tex - 4.11-5.fc8.i386
Jul 10 07:22:49 Updated: java-1.7.0-icedtea-plugin - 1.7.0.0-0.20.b21.snapshot.fc8.i586
Jul 10 07:22:50 Updated: bind-utils - 32:9.5.0-28.P1.fc8.i386
Jul 10 07:22:51 Updated: hal-info - 20080607-2.fc8.noarch
Jul 10 07:22:57 Updated: hal - 0.5.10-3.fc8.i386
Jul 10 07:23:05 Updated: NetworkManager - 1:0.7.0-0.6.9.svn3675.fc8.i386
Jul 10 07:23:08 Updated: hal-devel - 0.5.10-3.fc8.i386
Jul 10 07:23:25 Updated: NetworkManager-gnome - 1:0.7.0-0.6.9.svn3675.fc8.i386


BlueC 07-12-2008 09:49 AM

I've seen others reporting similar things. Basically I think the solution is to downgrade HAL and its related packages to the previous versions.

Basically you need to install the following older packages:

hal-0.5.10-1.fc8.i386.rpm
hal-libs-0.5.10-1.fc8.i386.rpm
hal-devel-0.5.10-1.fc8.i386.rpm
hal-cups-utils-0.6.13-2.fc8.i386.rpm
hal-info-20071030-1.fc8.noarch.rpm

You should be able to download them from one of the following mirrors:

http://mirrors.fedoraproject.org/pub...Fedora/8/i386/

Once downloaded, you should be able to force RPM to install them over the newer versions using this command:

rpm -Uvh --force hal*rpm

Ref: http://forums.fedoraforum.org/showthread.php?t=194013

simonapnic 07-12-2008 09:59 AM

Other people have reported such problems after installing Fedora Core 9, so you must fit in that category.
Downgrading is the best advice I could give you for now.

BlueC 07-12-2008 10:36 AM

Quote:

Originally Posted by simonapnic (Post 3212230)
Other people have reported such problems after installing Fedora Core 9, so you must fit in that category.
Downgrading is the best advice I could give you for now.

No, he didn't install F9... he simply ran a yum update on his existing F8 install. That just gets new F8 packages, it does not update him to F9 (as you can clearly see from his yum.log).

The problem is exactly what I posted above - the newer HAL that he updated to is broken.

dennismarck 07-13-2008 04:58 AM

Thanks for the solution.

It works!!!!

BlueC 07-13-2008 05:39 AM

Great! You may also want to add the following line to /etc/yum.conf:

exclude=hal*

This will prevent yum from trying to re-update the hal packages that you just downgraded.

dennismarck 07-14-2008 12:30 AM

Thanks again...

I have inserted the lines to my 'yum.conf'.


All times are GMT -5. The time now is 09:48 PM.