Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] error after update
Date: Tue, 11 Apr 2006 18:16:26
Message-Id: 7573e9640604111101s46baca07n77f2b9f858e74b20@mail.gmail.com
In Reply to: [gentoo-user] error after update by wcw84
1 On 4/11/06, wcw84 <wcw84@×××.com> wrote:
2 > Then I updated in my second gentoo to gcc 4.0.2 and glibc2.4,and "emerge -e
3 > system && emerge -e world" and "etc-update" and update all the file.And when
4 > i reboot,error
5 > occured:"udev-event[1731]:find_free_number:%e is deprecated
6 > will be removed and is unlikely to work correctly.Don't use it."
7
8 This is expected with the ~x86 udev, as the CD-ROM rules still use %e
9 to figure out the device name. Hopefully it goes away in a future
10 udev release, and we will all learn how to update our own rules that
11 use %e....
12
13 > and
14 > "network unreachable".
15 >
16 > After i logined,i typed:"ifconfig",it showed:
17 > eth0 Link encap:Ethernet HWaddr 00:E0:4C:8C:B8:C9
18 > inet addr:0.0.0.255 Bcast:255.255.255.255 Mask:0.0.0.0
19
20 Ok so the driver is loaded and working. Looks like something is wrong
21 with your configuration though.
22
23 What does "grep -v '^#' /etc/conf.d/net" show?
24
25 > And the system don't have any sound now ,i can't find the file "dsp" in the
26 > /dev.
27
28 Do you have alsasound set to start in the default runlevel (check
29 "rc-update -s")? Do you use the in-kernel modules or the external
30 alsa-driver package? If external, have you tried rebuildling it?
31 What does "lsmod | grep snd" report?
32
33 BTW, /dev/dsp is the legacy oss device, and will only appear if you
34 have the snd_pcm_oss module loaded. The standard alsa interfaces show
35 up under /dev/snd/, with information at /proc/asound/.
36
37 -Richard
38
39 --
40 gentoo-user@g.o mailing list