Gentoo Archives: gentoo-user

From: Ernie Schroder <schroder@×××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] udevstart at boot?
Date: Sun, 18 Dec 2005 13:41:12
Message-Id: 200512180835.26179.schroder@ntplx.net
In Reply to: Re: [gentoo-user] udevstart at boot? by Richard Fish
1 On Sunday 18 December 2005 00:42, a tiny voice compelled Richard Fish to
2 write:
3 > On 12/17/05, Ernie Schroder <schroder@×××××.net> wrote:
4 > > > Is /dev/dsp actually missing on startup, or just created with the
5 > > > wrong permissions?
6 > >
7 > > Apparently it has the wrong permissions, or so says the message when I
8 > > start KDE,but if I reset them, next boot they are changed. Either
9 > > resetting permissions, or doing # udevstart allows me to use /dev/dsp as
10 > > user but changes don't survive a reboot.
11 >
12 > Hmm, /dev/dsp is only necessary for legacy OSS support...it should not
13 > be necessary with KDE, which _should_ be able to use the ALSA
14 > interface. Do you have the alsa USE flag set?
15 >
16 Hmm, no
17
18 IIRC, when I first installed on this box, I had to go with oss (nforce2 mobo
19 w/onboard sound).
20
21 > What are the permissions that it is being created with? (Do "ls -l
22 > /dev/dsp" from a console after startup without logging into KDE).
23 >
24 > > > Are you using a device tarball (RC_DEVICE_TARBALL in /etc/conf.d/rc)?
25 > >
26 > > Yes.
27 >
28 > I would suggest turning TARBALL off. It is almost certainly not needed
29 > today.
30
31 Turned it off. Let's see
32 >
33 > One possibility is that the device is comfing from the tarball, but
34 > not being recreated by udev for some reason. You can check this with:
35 >
36 > tar -tjvf /lib/udev-state/devices.tar.bz2
37
38 $ sudo tar -tjvf /lib/udev-state/devices.tar.bz2 | grep dsp
39 crw------- root/audio 14,19 2004-02-19 04:28:48 dsp1
40 crw------- root/audio 14,35 2004-02-19 04:28:48 dsp2
41 crw------- root/audio 14,51 2004-02-19 04:28:48 dsp3
42
43
44 >
45 > Also, what messages do you get on bootup between "Starting udevd" and
46 > "Mounting /dev/pts..."
47 Can't see Starting udevd is dmesg or kern.log.0 will try to catch it next boot
48
49
50 >
51 > Do you CONFIG_SND_PCM_OSS=y or =m in your kernel configuration?
52 >
53 cat /usr/src/linux/.config | grep SND_PCM_OSS
54 CONFIG_SND_PCM_OSS=y
55
56 Rebooting with these changes. I'll get back to you soon. Thanks again.
57 > -Richard
58
59 Rebooting with these changes. I'll get back to you soon. Thanks again.
60 --
61 Regards, Ernie
62 100% Microsoft and Intel free
63
64 08:07:29 up 8:26, 2 users, load average: 0.21, 0.69, 0.66
65 Linux 2.6.14-gentoo-r42.6.14-r-4_new i686 AMD Athlon(tm) XP 2400+
66 --
67 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] udevstart at boot? Ernie Schroder <schroder@×××××.net>