Tag: udev
Missing /dev/sd* in slackware 13
by BenV on Jul.11, 2010, under Software
I’ve bashed my head into this problem at least three times now, so after finally running to google …. it made me search more than I liked.
The problem descriptions:
* Your system boots fine (maybe because it’s running on software raid), but your /dev/sd* files are gone.
* Your system doesn’t boot anymore, complaining about not finding your boot device when booting your custom kernel, but the stock kernel does work.
* Mounting partitions doesn’t work anymore, saying stuff like mount: special device /dev/sda does not exist
Reason:
* Your custom kernel has CONFIG_SYSFS_DEPRECATED enabled. To find out:
CONFIG_SYSFS_DEPRECATED=y
Since udev version 151 (or something close to that) this will sparsely populate /dev. Yay.
If you don’t believe it, check out /usr/share/doc/udev-*/README:
Another problem solved.
Pulseaudio, slackware and udev
by BenV on Sep.11, 2009, under Software
Yesterday I found a release notice in the pulseaudio mailinglist announcing version 0.9.16.
Today, I found another release note in the mailinglist that announced pulseaudio version 0.9.17. Gee, another fuckup? (but that’s part of the release process I guess
)
Anyway, I decided to upgrade my 0.9.15 installation since it still glitches every now and then. (continue reading…)