On Sat, 27 Jan 2007 07:32:33 +0000, "Lex Landa" <[EMAIL PROTECTED]> said:

> Fantastic!  Sound, at last!  Now I don't need to reboot to play my mp3s.

Further to my email concerning sound on the Hx4700 with Ramdisk Rescue,
after suspend sound works but one of the wireless modules (acx) needs to
be unloaded and reloaded.  On my system, I have a script that does this:

 #/bin/sh
 set -e
 ifconfig wlan0 down
 rmmod acx
 sleep 1
 modprobe acx
 sleep 1
 iwconfig wlan0 essid "your_essid"
 ifconfig wlan0 192.168.0.1    <-- my IP address

Lex.
_______________________________________________
Hx4700-port mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/hx4700-port

Reply via email to