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/alsaconf #
-------------------------------------

Is it possible to replace or remove the getopt command?

The built in commands in the busybox ash is:
-------------------------------------
/mnt/PoC/sound/alsa-utils-1.0.9/alsaconf # help

Built-in commands:
-------------------------------------
        . : alias bg break cd chdir continue eval exec exit export false
        fg hash help jobs kill let local pwd read readonly return set
        shift times trap true type ulimit umask unalias unset wait

/mnt/PoC/sound/alsa-utils-1.0.9/alsaconf #
-------------------------------------

I am running an nfs server so I can reach anything on my stationary computer
if that 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 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/sound/alsa-utils-1.0.9/alsaconf # ./alsaconf
> ./alsaconf: 69: [[: not found
> ./alsaconf: 69: [[: not found
> ./alsaconf: 69: [[: not found
> ./alsaconf: 69: [[: not found
> ./alsaconf: 69: [[: not found
> ./alsaconf: 69: [[: not found
> ./alsaconf: 69: [[: not found
> ./alsaconf: 69: [[: not found
> ./alsaconf: 94: getopt: not found
> -----------------------------
> 
> Do you have any idea how to solve this? I am looking at your alsaconf file
> to try to figure out what is happening in there and maybe be able to do it
> manually.

Looks like another bash-specific one.  Replace '[[ -x ... ]]' with
'test -x ...'


Takashi



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to