Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Update to udev-141 with openrc 0.4.3-r2 need manual modify
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
nephron
n00b
n00b


Joined: 18 Oct 2007
Posts: 66

PostPosted: Tue May 26, 2009 5:52 pm    Post subject: Update to udev-141 with openrc 0.4.3-r2 need manual modify Reply with quote

Hey

I was runnin on baselayout-2 with openRC-0.4.0... It worked like a charm on crypted root with dmcrypt init-script..

after the update of udev and openRC the whole system screwed up. I find out that init-script of udev was searching for an old shell-script named /lib/udev/shell-compat.sh....


to fix the error just remove in /etc/init.d/udev:

Code:
. /lib/udev/shell-compat.sh


and change to:

Code:
. /libudev/shell-compat-KV.sh
. /lib/udev/shell-compat-addon.sh



that fixes the problem of udev..

stay tuned.. its hard to get out of troubles, cause it seems, that this was not the only problem..

all in all the complete hardware-support is broken.. i cant get sound to work, wireless-lan driver + firmware won't start-up, cause of problems by loading the firmware (maybe related to udev)..


I have to recompile the kernel, to test, if the firmware-loading-bug was caused by udev... stupidly i excluded the driver-module, because hours ago i read about a driver for my card, which is emergeable over portage.. but ebuild has gone...

....
Back to top
View user's profile Send private message
ppurka
Advocate
Advocate


Joined: 26 Dec 2004
Posts: 3256

PostPosted: Tue May 26, 2009 6:04 pm    Post subject: Reply with quote

I don't even have such a line in /etc/init.d/udev (udev-141)
Code:
~> grep -ir "/lib/udev" /etc/init.d/udev*
/etc/init.d/udev:   /lib/udev/write_root_link_rule
/etc/init.d/udev:   . /lib/udev/rule_generator.functions
/etc/init.d/udev-dev-tarball:device_tarball=/lib/udev/state/devices.tar.bz2
/etc/init.d/udev-dev-tarball:      if [ -d /lib/udev/devices ]; then
/etc/init.d/udev-dev-tarball:         cd /lib/udev/devices
/etc/init.d/udev-mount:. /lib/udev/shell-compat-KV.sh
/etc/init.d/udev-mount:   if [ -d /lib/udev/devices ]; then
/etc/init.d/udev-mount:      cp -RPp /lib/udev/devices/* /dev 2>/dev/null
/etc/init.d/udev-postmount:   /lib/udev/move_tmp_persistent_rules.sh
Did you forget to do etc-update/dispatch-conf/cfg-update?
_________________
emerge --quiet redefined | E17 vids: I, II | Now using kde5 | e is unstable :-/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum