You are not logged in.
Pages: 1
These two files can not be found in archlinux's filesystem. I seems being transform to /dev/snd/pcmC0D0p and /dev/cdroms/cdrom0. But it cost some problems.
For example, mp3blaster can not open the sound device, and the CD-player of KDE need /dev/cdrom to play audio-CD.
I tried to make some soft link, but after I reboot my machine, they all disappeared!
The repo for Chinese software、fonts and IM
[archcn]
Server = http://arch.ourlinux.net:81/archcn
Offline
you have to configure udev rules to recreate the symlinks every reboot. If you are not using udev upgrade to from devfs to udev.
Offline
I believe that if you use the modules 'snd_pcm_oss' and 'snd_mixer_oss', they will create
automatically the symlink for /dev/dsp .
About the cdrom, you're gonna have to do as said on the post above.
Offline
Thank you a lot. I will try it later!
The repo for Chinese software、fonts and IM
[archcn]
Server = http://arch.ourlinux.net:81/archcn
Offline
for the cdrom, it is better to use /dev/cdroms/cdrom0 than the /dev/cdrom symlink... whatever program you are using, you can modify the config for this.
As for the sound devices... /dev/dsp and other sound things are legacy device nodes (OSS) so you need to enable oss emulation by modprobing snd-pcm-oss
Offline
Initially I keeped using the /dev/cdroms/cdrom0 symlink, but a lot of programs use by default the /dev/cdrom symlink, so finally I created it to forget forever having to change the default config of every program that uses cd-rom.
Offline
Pages: 1