* Sound (emu10k1) broken in 2.2.18
@ 2000-12-16 5:50 Dima Brodsky
2000-12-16 7:05 ` linux-2.0.4test12: nmap reboots kernel Meino Christian Cramer
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Dima Brodsky @ 2000-12-16 5:50 UTC (permalink / raw)
To: Linux Kernel List
Hi,
The sound (emu10k1) seems to be broken under 2.2.18.
If I do:
cat x > /dev/dsp
I get:
bash: /dev/dsp: No such device
But an ls -l shows:
crw-rw-rw- 1 root sys 14, 3 Dec 15 21:25 dsp
crw-rw-rw- 1 root sys 14, 19 Dec 15 21:25 dsp1
Same thing with xmms and mpg123. There were no problems under 2.2.17.
Thanks
ttyl
Dima
--
Dima Brodsky dima@cs.ubc.ca
http://www.cs.ubc.ca/~dima
201-2366 Main Mall (604) 822-6179 (Office)
Department of Computer Science (604) 822-2895 (DSG Lab)
University of British Columbia, Canada (604) 822-5485 (FAX)
Computers are like Old Testament gods; lots of rules and no mercy.
(Joseph Campbell)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* linux-2.0.4test12: nmap reboots kernel
2000-12-16 5:50 Sound (emu10k1) broken in 2.2.18 Dima Brodsky
@ 2000-12-16 7:05 ` Meino Christian Cramer
2000-12-16 14:32 ` Sound (emu10k1) broken in 2.2.18 kees
2000-12-16 16:58 ` Peter Samuelson
2 siblings, 0 replies; 6+ messages in thread
From: Meino Christian Cramer @ 2000-12-16 7:05 UTC (permalink / raw)
To: linux-kernel
hi!
Using nmapfe/nmap as root locks or reboots the kernel at once. No logs,
nothing...
Nmap version was nmap-2.54BETA16.tar.bz2
If I can do more, please give me a hint...currently I dont know,
what I can do without any log...
Meino
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Sound (emu10k1) broken in 2.2.18
2000-12-16 5:50 Sound (emu10k1) broken in 2.2.18 Dima Brodsky
2000-12-16 7:05 ` linux-2.0.4test12: nmap reboots kernel Meino Christian Cramer
@ 2000-12-16 14:32 ` kees
2000-12-16 16:58 ` Peter Samuelson
2 siblings, 0 replies; 6+ messages in thread
From: kees @ 2000-12-16 14:32 UTC (permalink / raw)
To: Dima Brodsky; +Cc: Linux Kernel List
Hi,
I have reported the same experience some days ago. I have a second machine
with a es1371 this also fails.
Kees
On Fri, 15 Dec 2000, Dima Brodsky wrote:
> Hi,
>
> The sound (emu10k1) seems to be broken under 2.2.18.
> If I do:
>
> cat x > /dev/dsp
>
> I get:
>
> bash: /dev/dsp: No such device
>
> But an ls -l shows:
>
> crw-rw-rw- 1 root sys 14, 3 Dec 15 21:25 dsp
> crw-rw-rw- 1 root sys 14, 19 Dec 15 21:25 dsp1
>
> Same thing with xmms and mpg123. There were no problems under 2.2.17.
>
> Thanks
> ttyl
> Dima
>
> --
> Dima Brodsky dima@cs.ubc.ca
> http://www.cs.ubc.ca/~dima
> 201-2366 Main Mall (604) 822-6179 (Office)
> Department of Computer Science (604) 822-2895 (DSG Lab)
> University of British Columbia, Canada (604) 822-5485 (FAX)
>
> Computers are like Old Testament gods; lots of rules and no mercy.
> (Joseph Campbell)
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Sound (emu10k1) broken in 2.2.18
2000-12-16 5:50 Sound (emu10k1) broken in 2.2.18 Dima Brodsky
2000-12-16 7:05 ` linux-2.0.4test12: nmap reboots kernel Meino Christian Cramer
2000-12-16 14:32 ` Sound (emu10k1) broken in 2.2.18 kees
@ 2000-12-16 16:58 ` Peter Samuelson
2000-12-16 19:45 ` kees
2000-12-17 13:00 ` Simon Lodal
2 siblings, 2 replies; 6+ messages in thread
From: Peter Samuelson @ 2000-12-16 16:58 UTC (permalink / raw)
To: Dima Brodsky; +Cc: Linux Kernel List
[Dima Brodsky]
> cat x > /dev/dsp
> bash: /dev/dsp: No such device
>
> But an ls -l shows:
>
> crw-rw-rw- 1 root sys 14, 3 Dec 15 21:25 dsp
> crw-rw-rw- 1 root sys 14, 19 Dec 15 21:25 dsp1
'ls -l' is useless, here. Sure the device files exist, but bash is
telling you that, kernel-side, they are not connected to anything.
- Do you have emu10k1 compiled in, or as a module?
- Does your SBLive appear to have been detected? (Check 'dmesg')
- If emu10k1 is a module, is the module loaded? Does it seem to detect
your SBLive when loaded? (Again check 'dmesg')
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Sound (emu10k1) broken in 2.2.18
2000-12-16 16:58 ` Peter Samuelson
@ 2000-12-16 19:45 ` kees
2000-12-17 13:00 ` Simon Lodal
1 sibling, 0 replies; 6+ messages in thread
From: kees @ 2000-12-16 19:45 UTC (permalink / raw)
To: Peter Samuelson; +Cc: Dima Brodsky, Linux Kernel List
Hi Peter,
In _my_ case I compiled the EMU10K straight into the kernel.
dmesg shows it's found. The funny thing is that a second machine with an
es1371 board alos fails with 2.2.18.
2.2.17 is ok. Taking that .config and 'make oldconfig' produces a kernel
that doesnt allow the emu10k to work. (as for the es1371).
Kees
On Sat, 16 Dec 2000, Peter Samuelson wrote:
>
> [Dima Brodsky]
> > cat x > /dev/dsp
>
> > bash: /dev/dsp: No such device
> >
> > But an ls -l shows:
> >
> > crw-rw-rw- 1 root sys 14, 3 Dec 15 21:25 dsp
> > crw-rw-rw- 1 root sys 14, 19 Dec 15 21:25 dsp1
>
> 'ls -l' is useless, here. Sure the device files exist, but bash is
> telling you that, kernel-side, they are not connected to anything.
>
> - Do you have emu10k1 compiled in, or as a module?
> - Does your SBLive appear to have been detected? (Check 'dmesg')
> - If emu10k1 is a module, is the module loaded? Does it seem to detect
> your SBLive when loaded? (Again check 'dmesg')
>
> Peter
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Sound (emu10k1) broken in 2.2.18
2000-12-16 16:58 ` Peter Samuelson
2000-12-16 19:45 ` kees
@ 2000-12-17 13:00 ` Simon Lodal
1 sibling, 0 replies; 6+ messages in thread
From: Simon Lodal @ 2000-12-17 13:00 UTC (permalink / raw)
To: Linux Kernel List
> - Do you have emu10k1 compiled in, or as a module?
> - Does your SBLive appear to have been detected? (Check 'dmesg')
> - If emu10k1 is a module, is the module loaded? Does it seem to detect
> your SBLive when loaded? (Again check 'dmesg')
On my machine emu10k1 works as a module, but not at all when compiled
in. When I had it compiled in I didn't notice if the card was detected.
It surely worked as compiled in with 2.2.17, but not with 2.2.18.
Too, the bass and treble controls seem to have vanished in 2.2.18, they
do not show up in any mixer apps anymore.
Simon
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2000-12-17 13:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-16 5:50 Sound (emu10k1) broken in 2.2.18 Dima Brodsky
2000-12-16 7:05 ` linux-2.0.4test12: nmap reboots kernel Meino Christian Cramer
2000-12-16 14:32 ` Sound (emu10k1) broken in 2.2.18 kees
2000-12-16 16:58 ` Peter Samuelson
2000-12-16 19:45 ` kees
2000-12-17 13:00 ` Simon Lodal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox