[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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/