Ubuntu dapper -
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
Bookmark History
Saved by 76 people (-49 private), first by anonymouse user on 2006-06-21
Public Sticky notes
sound
Highlighted by greenw
sudo mount /dev/hda1 /media/windows/ -t ntfs -o nls=utf8,umask=0222
Highlighted by ssvalenteno
How to mount Windows partitions (NTFS) on boot-up, and allow users read and write access
Highlighted by ssvalenteno
How to install Windows Wireless Drivers (Ndiswrapper)
- Read #General Notes
- In order to install ndiswrapper you need a copy the windows drivers for your Wireless ethernet device.
- This is only ment to be installed if your card isn't supported.
- Please visit Official supported cards list
sudo apt-get install ndiswrapper-utils
sudo ndiswrapper -i /location_of_your_wireless_driver/your_driver.inf
sudo ndiswrapper -l
- Unload ACX module and load ndiswrapper
lsmod | grep acx
sudo rmmod acx (only if the module was found. It could also be acx_pci or similar)
modprobe ndiswrapper
- Set ndiswrapper to load on startup
sudo ndiswrapper -m
gksudo gedit /etc/modules
- Add the following module to the list
ndiswrapper
- Now you can configure your wireless card with ifconfig and iwconfig.
- e.g. Supposing wlan0 is your wireless device.
sudo iwconfig wlan0 essid "AP" key ababababababababab mode Managed
iwconfig
- You sould now be able to see the MAC address of the access point and signal rate.
Highlighted by somboonkul
Unofficial Ubuntu 6.06 (Dapper Drake) Starter Guide
Highlighted by detarmstrong


Public Comment
on 2006-08-18 by bgtasoft
on 2006-09-03 by somboonkul