General TC > Tiny Core Netbooks

Acer Aspire One with AMD C50 - no internet connection or audio available

<< < (6/17) > >>

rizzim3:
tinypoodle:
That is with alsa running. The only way I was able to get any sound was via alsaconf and then loading alsa. OSS never worked for me.

Juanito:

--- Quote ---However, I noticed that the first time I ran the script after I made the code change I did not get connect. Some error about "fork" and "no lease". I then re-ran the script right after and I got a connection. Any thoughts why this would happen?
--- End quote ---

The udhcpc daemon runs in the background, so if you need to run the script again, you would need to kill the daemon.

To kill the daemon you first need to find its PID, which can be then used to kill it:
--- Code: ---$ ps aux | grep udhcpc
[shows PID]
$ sudo kill PID
--- End code ---

Rich:
 Hi rizzim3
These go in filetool.lst

etc/modprobe.conf
etc/asound.state
opt/alsa

and these go in bootlocal.sh

# Start the alsa sound driver
/usr/local/etc/init.d/alsasound start
# Restore the mixer volume levels
/usr/local/sbin/alsactl restore

After you have sound working execute this to create the /etc/asound.state file.

alsactl store

I think one or two of the above steps might be missing from the info tab.
[EDIT] I could never get OSS to work either.

tinypoodle:

--- Quote from: rizzim3 on March 09, 2011, 10:35:03 PM ---tinypoodle:
That is with alsa running. The only way I was able to get any sound was via alsaconf and then loading alsa. OSS never worked for me.

--- End quote ---

I asked because there is a known issue with jacksensing under OSS, has always worked out of the box though with alsa for me.

rizzim3:
tinypoodle:
I briefly read somewhere about this issue. Was hoping it wouldn't impact me. Oh well...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version