Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Went from ALSA to OSS (kernel driver) -- No sequencer.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
miunk
Apprentice
Apprentice


Joined: 24 Sep 2002
Posts: 199

PostPosted: Wed Aug 20, 2003 3:12 am    Post subject: Went from ALSA to OSS (kernel driver) -- No sequencer. Reply with quote

I am trying to run freesci and it continually attempts to run alsa as my sound driver. I set my USE to include "-alsa". I emerge unmerged the following:

alsa-xmms
alsa-driver
alsa-utils
alsa-oss

If I try to force it to use OSS, i get the error that "/dev/sequencer" and "/dev/audio" cannot be found. (They are not there).

What can I do?
Back to top
View user's profile Send private message
Admiral LSD
Guru
Guru


Joined: 27 Jun 2003
Posts: 522
Location: Northam, W.A., Australia

PostPosted: Wed Aug 20, 2003 5:35 am    Post subject: Reply with quote

Have you aliased your OSS sound modules to the devices it's looking for?
_________________
Wasurenaide...
...watashi ga iru koto o.
Itsudatte soba ni iru yo.

Registered Linux user #319839
Back to top
View user's profile Send private message
miunk
Apprentice
Apprentice


Joined: 24 Sep 2002
Posts: 199

PostPosted: Wed Aug 20, 2003 6:42 pm    Post subject: Reply with quote

I think thats what I need to do. Is that like a symbolic link? from what for sequencer and what for audio?
Back to top
View user's profile Send private message
Admiral LSD
Guru
Guru


Joined: 27 Jun 2003
Posts: 522
Location: Northam, W.A., Australia

PostPosted: Thu Aug 21, 2003 3:39 am    Post subject: Reply with quote

I just made sure the bottom of my /etc/modules.d/alsa look like this:

Code:
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
alias /dev/sequencer snd-seq-midi


That doesn't actually load the modules though, you'll still need to load snd-seq-midi and snd-seq-oss somewhere by hand. I put modprobe lines in /etc/conf.d/local.start as I don't know if modules.autoload gets processed before or after the alsasound boot script.

edit: Oops, forgot you weren't using ALSA anymore. In that case, I think you need to alias /dev/sequencer to either your main OSS audio module (alias /dev/sequencer <ossmodule>) or the sequencer driver for that card other than that, I'm not sure as I haven't dove into the finer points of OSS MIDI configuration for nearly 5 years (back when I had my AWE64).
_________________
Wasurenaide...
...watashi ga iru koto o.
Itsudatte soba ni iru yo.

Registered Linux user #319839
Back to top
View user's profile Send private message
miunk
Apprentice
Apprentice


Joined: 24 Sep 2002
Posts: 199

PostPosted: Thu Aug 21, 2003 3:49 pm    Post subject: Reply with quote

Code:
alias /dev/sequencer=cmpci


Does not work (I entered it from the command line). Do I have this right?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum