From: Paul Blazejowski <diffie@gmail.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: 2.6.10-rc2-mm3
Date: Sat, 27 Nov 2004 22:34:07 +0000 [thread overview]
Message-ID: <9dda34920411271434ef00874@mail.gmail.com> (raw)
Andrew,
I have mentioned earlier, there's seems to be some kind of ALSA, udev
or sysfs issue with /dev/dsp and friends not being created under
recent mm kernels.
Last kernel that worked; 2.6.10-rc1 and i belive 2.6.9-mm1. 2.6.10-rc2
and mm3 have issues.
The odd thing is that my log shows /dev/dsp /dev/mixer being setup by
udev upon startup.
I run nForce2 based board with soundstorm audio by way of snd_intel8x0 module.
-- lsmod output --
Module Size Used by
snd_seq_midi_event 6208 0
snd_seq 50064 1 snd_seq_midi_event
snd_seq_device 7180 1 snd_seq
snd_pcm_oss 48544 0
snd_mixer_oss 17664 1 snd_pcm_oss
sound 73900 0
fglrx 229628 7
ipv6 225792 10
nfs 203300 1
lockd 61544 2 nfs
sunrpc 132292 4 nfs,lockd
uhci_hcd 30224 0
joydev 8000 0
evdev 7424 0
usbhid 41920 0
nvidia_agp 5916 1
agpgart 28264 2 nvidia_agp
i2c_nforce2 5376 0
i2c_core 18384 1 i2c_nforce2
ohci_hcd 19272 0
eth1394 19336 0
ehci_hcd 29764 0
usbcore 105912 5 uhci_hcd,usbhid,ohci_hcd,ehci_hcd
forcedeth 15104 0
snd_intel8x0 28512 2
snd_ac97_codec 72864 1 snd_intel8x0
snd_pcm 84424 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 21508 2 snd_seq,snd_pcm
snd 46884 12
snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore 7392 2 sound,snd
snd_page_alloc 7620 2 snd_intel8x0,snd_pcm
ohci1394 31492 0
ieee1394 94840 2 eth1394,ohci1394
e1000 84212 0
-- lspci output --
00:05.0 Multimedia audio controller: nVidia Corporation nForce
MultiMedia audio [Via VT82C686B] (rev a2)
Subsystem: nVidia Corporation: Unknown device 0c11
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSELúst >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (250ns min, 3000ns max)
Interrupt: pin A routed to IRQ 5
Region 0: Memory at ee000000 (32-bit, non-prefetchable) [sizeQ2K]
Capabilities: <available only to root>
00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97
Audio Controler (MCP) (rev a1)
Subsystem: nVidia Corporation: Unknown device 4144
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSELúst >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (500ns min, 1250ns max)
Interrupt: pin A routed to IRQ 21
Region 0: I/O ports at e400 [size%6]
Region 1: I/O ports at d000 [size\x128]
Region 2: Memory at ee080000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <available only to root>
-- udev messages --
Nov 27 13:49:23 blaze udev[5385]: configured rule in
'/etc/udev/rules.d/udev.rules' at line 87 applied, added symlink '%k'
Nov 27 13:49:23 blaze udev[5385]: configured rule in
'/etc/udev/rules.d/udev.rules' at line 87 applied, 'mixer' becomes
'sound/%k'
Nov 27 13:49:23 blaze udev[5385]: creating device node '/dev/sound/mixer'
Nov 27 13:49:23 blaze udev[5398]: configured rule in
'/etc/udev/rules.d/udev.rules' at line 85 applied, added symlink '%k'
Nov 27 13:49:23 blaze udev[5398]: configured rule in
'/etc/udev/rules.d/udev.rules' at line 85 applied, 'dsp' becomes
'sound/%k'
Nov 27 13:49:23 blaze udev[5398]: creating device node '/dev/sound/dsp'
Nov 27 13:49:23 blaze udev[5410]: configured rule in
'/etc/udev/rules.d/udev.rules' at line 83 applied, added symlink '%k'
Nov 27 13:49:23 blaze udev[5410]: configured rule in
'/etc/udev/rules.d/udev.rules' at line 83 applied, 'audio' becomes
'sound/%k'
Nov 27 13:49:23 blaze udev[5410]: creating device node '/dev/sound/audio'
Nov 27 13:49:23 blaze udev[5417]: configured rule in
'/etc/udev/rules.d/udev.rules' at line 81 applied, added symlink '%k'
Nov 27 13:49:23 blaze udev[5417]: configured rule in
'/etc/udev/rules.d/udev.rules' at line 81 applied, 'adsp' becomes
'sound/%k'
Nov 27 13:49:23 blaze udev[5417]: creating device node '/dev/sound/adsp'
-- ls /dev output --
crw------- 1 root root 116, 33 2004-11-27 13:49 /dev/sound
crw-rw-rw- 1 root audio 116, 0 2004-11-27 13:49 controlC0
crw-rw--w- 1 root audio 116, 24 2004-11-27 13:49 pcmC0D0c
crw-rw-rw- 1 root audio 116, 16 2004-11-27 13:49 pcmC0D0p
crw-rw--w- 1 root audio 116, 25 2004-11-27 13:49 pcmC0D1c
crw-rw-rw- 1 root audio 116, 18 2004-11-27 13:49 pcmC0D2p
crw-rw-rw- 1 root audio 116, 1 2004-11-27 15:50 seq
crw-rw-rw- 1 root audio 116, 33 2004-11-27 13:49 timer
/usr/bin/ls: /dev/dsp: No such file or directory
-- /proc/asound --
0 [nForce2 ]: NFORCE - NVidia nForce2
NVidia nForce2 with ALC650F at 0xee080000, irq 21
Advanced Linux Sound Architecture Driver Version 1.0.7 (Thu Nov 11
10:36:46 2004 UTC).
I use the latest version of udev-046. Is there anything else i can do
to try to debug this? as i see no errors other than /dev/dsp no such
sound device. Playing oggs works OK though when using ALSA.
Regards,
Paul B.
--
FreeBSD the Power to Serve!
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
next reply other threads:[~2004-11-27 22:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-27 22:34 Paul Blazejowski [this message]
2004-11-28 1:06 ` 2.6.10-rc2-mm3 Andrew Morton
2004-11-28 2:34 ` 2.6.10-rc2-mm3 Paul Blazejowski
2004-11-28 2:34 ` 2.6.10-rc2-mm3 Paul Blazejowski
[not found] <20041125022405.5fc37efa.akpm@osdl.org>
2004-11-25 18:31 ` 2.6.10-rc2-mm3 Greg KH
2004-11-25 23:52 ` 2.6.10-rc2-mm3 J.A. Magallon
-- strict thread matches above, loose matches on Subject: below --
2004-11-22 6:39 2.6.10-rc2-mm3 Andrew Morton
2004-11-22 10:26 ` 2.6.10-rc2-mm3 Paul Mackerras
2004-11-22 13:45 ` 2.6.10-rc2-mm3 Adrian Bunk
2004-11-22 19:15 ` 2.6.10-rc2-mm3 Chris Ross
2004-11-22 23:56 ` 2.6.10-rc2-mm3 Fabio Coatti
2004-11-24 16:19 ` 2.6.10-rc2-mm3 William Lee Irwin III
2004-11-24 18:53 ` 2.6.10-rc2-mm3 Tom Rini
2004-11-25 2:31 ` 2.6.10-rc2-mm3 J.A. Magallon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9dda34920411271434ef00874@mail.gmail.com \
--to=diffie@gmail.com \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.