Re: SV: SV: SV: SV: SV: SV: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Takashi Iwai
At Tue, 24 Jan 2006 17:28:59 +0100, Jonas Norberg wrote: > > I tried the script but there are a number of problems due to the busybox > implementation of grep and ln. I attach the stderr output as a file. Ah, how about the one below? > Is it possible to adapt the script so it will work on the bu

SV: SV: SV: SV: SV: SV: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Jonas Norberg
PROTECTED] För Takashi Iwai Skickat: den 24 januari 2006 15:52 Till: Jonas Norberg Kopia: 'Peter Zubaj'; alsa-user@lists.sourceforge.net Ämne: Re: SV: SV: SV: SV: SV: [Alsa-user] alsa /dev files not created At Tue, 24 Jan 2006 15:38:06 +0100, Jonas Norberg wrote: > > Then just tw

Re: SV: SV: SV: SV: SV: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Takashi Iwai
At Tue, 24 Jan 2006 15:38:06 +0100, Jonas Norberg wrote: > > Then just two more questions: > 1. can you point me to how to find the correct major and minor, and Look at alsa-kernel/include/minors.h. > 2. which files are necessary and where should they be put? i.e. /dev/snd or > just /dev? All n

SV: SV: SV: SV: SV: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Jonas Norberg
:[EMAIL PROTECTED] För Takashi Iwai Skickat: den 24 januari 2006 15:01 Till: Jonas Norberg Kopia: 'Peter Zubaj'; alsa-user@lists.sourceforge.net Ämne: Re: SV: SV: SV: SV: [Alsa-user] alsa /dev files not created At Tue, 24 Jan 2006 14:46:51 +0100, Jonas Norberg wrote: > > So as I s

Re: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Raja Mallik
Try mknod /dev/mixer c 14 0 mknod /dev/sequencer c 14 1 mknod /dev/midi c 14 2 mknod /dev/dsp c 14 3 chmod a+rw /dev/dsp /dev/mixer /dev/sequencer /dev/midi This will work only if your Busyboy has mknod utility.. Also port "setmixer" #setmisex vol 100 #setmixer pcm 100 if you want to set high

Re: SV: SV: SV: SV: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Takashi Iwai
At Tue, 24 Jan 2006 14:46:51 +0100, Jonas Norberg wrote: > > So as I see it I have two options: (1) upgrade the busybox so that it will > have the necessary commands for the alsaconf script to work, or (2) do > everything manually. And, note that alsaconf would work only for PCI, PnP and a little

SV: SV: SV: SV: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Jonas Norberg
user] alsa /dev files not created At Tue, 24 Jan 2006 13:13:48 +0100, Jonas Norberg wrote: > > I think that solved the first issues but then it stops again at: > - > /mnt/PoC/sound/alsa-utils-1.0.9/alsaconf # ./alsaconf > ./alsaconf: 94: getopt: n

Re: SV: SV: SV: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Takashi Iwai
At Tue, 24 Jan 2006 13:13:48 +0100, Jonas Norberg wrote: > > I think that solved the first issues but then it stops again at: > - > /mnt/PoC/sound/alsa-utils-1.0.9/alsaconf # ./alsaconf > ./alsaconf: 94: getopt: not found > /mnt/PoC/sound/alsa-utils-1.0.9/alsaco

SV: SV: SV: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Jonas Norberg
could help. Best, Jonas -Ursprungligt meddelande- Från: Takashi Iwai [mailto:[EMAIL PROTECTED] Skickat: den 24 januari 2006 13:11 Till: Jonas Norberg Kopia: 'Peter Zubaj'; alsa-user@lists.sourceforge.net Ämne: Re: SV: SV: [Alsa-user] alsa /dev files not created At Tue, 24 Jan

Re: SV: SV: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Takashi Iwai
At Tue, 24 Jan 2006 12:52:41 +0100, Jonas Norberg wrote: > > Hello Takashi! > > I am running the BusyBox 1.00 and there is an ash in there. So I tried to > exchange the #!/bin/bash to #!/bin/ash in the beginning of the alsaconf > script, the effect is: > - > /mnt/PoC/s

SV: SV: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Jonas Norberg
: 'Peter Zubaj'; alsa-user@lists.sourceforge.net Ämne: Re: SV: [Alsa-user] alsa /dev files not created At Tue, 24 Jan 2006 11:56:05 +0100, Jonas Norberg wrote: > > Hello peter, thanks for your reply. I have tried that but since I am running > on an arm platform I do not have the

Re: SV: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Takashi Iwai
At Tue, 24 Jan 2006 11:56:05 +0100, Jonas Norberg wrote: > > Hello peter, thanks for your reply. I have tried that but since I am running > on an arm platform I do not have the full on bash and it is unfortunately > not possible to run the script. % sed -e's/^function //g' < snddevices > snddevic

Re: SV: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Lee Revell
On Tue, 2006-01-24 at 11:56 +0100, Jonas Norberg wrote: > Hello peter, thanks for your reply. I have tried that but since I am running > on an arm platform I do not have the full on bash and it is unfortunately > not possible to run the script. > > Any more ideas? Just look at the source code to

Re: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Peter Zubaj
Hi, Try to use snddevices script from alsa-driver package. Peter Zubaj >Hello, > >I am trying to get a usb audio compatible sound card to work on the kwikbyte >kb9202 (www.kwikbyte.com) development board. It is a board based on the >at91rm9200 circuit which has an arm920t core. I am running kern

SV: [Alsa-user] alsa /dev files not created

2006-01-24 Thread Jonas Norberg
] Skickat: den 24 januari 2006 11:53 Till: Jonas Norberg Kopia: alsa-user@lists.sourceforge.net Ämne: Re: [Alsa-user] alsa /dev files not created Hi, Try to use snddevices script from alsa-driver package. Peter Zubaj >Hello, > >I am trying to get a usb audio compatible sound card to wo

[Alsa-user] alsa /dev files not created

2006-01-24 Thread Jonas Norberg
Hello, I am trying to get a usb audio compatible sound card to work on the kwikbyte kb9202 (www.kwikbyte.com) development board. It is a board based on the at91rm9200 circuit which has an arm920t core. I am running kernel 2.6.13 and I have the alsa usb audio device drivers compiled into the kernel