Hello REF. BT4beta runs perfectly smooth on an Acer Aspire One. The install was fairly fast... Much faster than installing Windows. Everything basically works without installing any additional drivers.
There is a small bug on the sound though. The netbook speakers don't work, but the headset jack works. It's quite a common problem from what google says. I tried giving the alsa some options such as the ones all over google with no success.
Code:
options snd-hda-intel ...
My device is ALC272 which seems to be undocumented in the manuals. Can anyone advise?
There also seems to be a bug with airmon-ng when rebooting... Here is the scenario...
Code:
airmon-ng stop ath0
airmon-ng start wifi0
reboot
This will make LILO hang after outputting the L.
Code:
airmon-ng stop ath0
This needs to be used before rebooting or else you'll crash.
EDIT:
I started to play with Kismet a little. I had some trouble getting it to run, but I finally figured it out. I read a few threads about editing the "source=" in /etc/kismet/kismet.conf and my system runs Kismet using the following...
Code:
source=madwifi_g,wifi0,madwifi
My system didn't seem to like the ath5k driver, and Kismet wouldn't run with the following...
Code:
source=ath5k,wifi0,ath5k
The error I got was...
Code:
FATAL: mode get ioctl failed 95:Operation not supported
EDIT:
ZeroWine isn't working. I probably didn't set it up correctly. I'll look into this.
Code:
root@Intelligence:/pentest/re/zerowine/zerowine# ./pycgiserver.py
serving at port 8000
localhost.localdomain - - [10/May/2009 01:58:14] code 404, message File not found
localhost.localdomain - - [10/May/2009 01:58:14] "GET /left.gif HTTP/1.1" 404 -
localhost.localdomain - - [10/May/2009 01:59:10] "POST /cgi-bin/upload.py HTTP/1.1" 200 -
Traceback (most recent call last):
File "/usr/lib/python2.5/CGIHTTPServer.py", line 251, in run_cgi
os.execve(scriptfile, args, os.environ)
OSError: [Errno 13] Permission denied
EDIT:
I figured out how to wake up ath0 when kismet doesn't fully restore the wireless while exiting.
Code:
wlanconfig ath0 create wlandev wifi0 wlanmode sta
ifconfig ath0 up