Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166966 - udev-104-r9 breaks modules loading
Summary: udev-104-r9 breaks modules loading
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-15 07:42 UTC by Kazankov Alexander
Modified: 2007-02-16 08:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kazankov Alexander 2007-02-15 07:42:12 UTC
When I have made updating udev-087-r1 up to 104-r9, and then test and 104-r10,11, at me modules x11-drm, alsa, ipw3945 have ceased.
ะต. At loading drm and i810, at me has ceased to work direct rendering:

glxinfo | head
name of display: :0.0
display: :0  screen: 0
direct rendering: no
server glx vendor string: SGI
server glx version string: 1.2

Sound, in general has disappeared
aplay -l ... nothing (

wireless the module ipw3945 has ceased to be loaded. At loading ipw3945d speaks:
chown(chmod)... /sys/bus/pci/drivers/ipw3945/00*/cmd: No such file or directory

and

dmesg | tail
ipw3945: Intel(R) PRO/Wireless 3945 Network Connection driver for Linux, 1.2.0dmpr
Feb 15 00:30:08 johnrdoe63 ipw3945: Copyright(c) 2003-2006 Intel Corporation
Feb 15 00:30:08 johnrdoe63 ipw3945: Detected Intel PRO/Wireless 3945ABG Network Connection
Feb 15 00:30:18 johnrdoe63 ipw3945: ipw3945.ucode load failed: Reason -2
Feb 15 00:30:18 johnrdoe63 ipw3945: Could not read microcode: -2
Feb 15 00:30:18 johnrdoe63 ipw3945: probe of 0000:05:00.0 failed with error -2

:(

but when I revert back(emerge --oneshot "=udev-087-r1")

At once all has earned!

Reproducible: Always

Steps to Reproduce:
emerge --oneshot "=udev-104-r9"


Expected Results:  
ls /sys/bus/pci/drivers/ipw3945
~module
bind
debug_level
new_id
unbind

I have:
suspend2-2.6.19
ipw3945-1.2.0
ipw3945d-1.7.22
alsa-driver-1.0.14_rc1
x11-drm-20060608
Comment 1 Mike Doty (RETIRED) gentoo-dev 2007-02-15 08:07:31 UTC
not devrel
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-02-15 08:10:37 UTC
Uhm...

1/ Use -r11
2/ Make sure you have *no* orphaned files in /etc/udev (delete everything that has no owner according to equery belongs output)
3/ Make sure you have run etc-update or dispatch-conf after udev upgrade.

Works just fine here.
Comment 3 Kazankov Alexander 2007-02-15 13:10:49 UTC
(In reply to comment #2)
1. I emerge --oneshot udev-104-r11
2. execute etc-update(just update udev rules)
3. In /etc/udev anything or another's is not present. Only from package.
4. Reboot
...

Modules normally are not loaded

revert to 087-r1, reboot, everything is perfect. :(
Comment 4 Kazankov Alexander 2007-02-16 08:33:40 UTC
for example:

I have Intel PRO 3945ABG, lspci
...
05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
...

when I load ipw3945 module and 'ls /sys/bus/pci/drivers/ipw3945'
there there is a symbolical reference ~0000:05:00.0.

When I emerge -r11, that reference is not present.