Witam
Otóż nie jestem pewien czy Ubuntu 10 wykryje moją kartę sieciową wireless.
Model : Atheros AR5007EG Wireless Network Adapter
Nie chciałbym mieć problemów po zakończeniu instalacji z dostępem do internetu i forum na którym mógłbym poczytać o problemach jakie mogą wystąpić, konfiguracji etc etc.
Po prostu nie chcę się odnaleźć w sytuacji że jestem sam na sam z Ubuntu jako świeży user bez dostępu do internetu nie wiedząc co zrobić dalej

Dziękuje z góry za pomoc.
EDIT : Odnalazłem coś takiego na innym forum, czy ktoś może mi to wytłumaczyć (chodzi mi czy muszę wiedzieć coś dodatkowo jako newbie)?
I found the quick solution from ubuntuforum.org and a document from google. here is my quick steps of getting ACER Aspire 4315 / Atheros AR5007EG Wifi to work with Xubuntu.
1. Dowload Wireless_Atheros ZIP drivers and unzip to temp directory (i.e. /Wifi
ftp://ftp.work.acer-euro.com/noteboo...XB62(WHQL).zip
2. Download latest Ndiswrapper driver:
NDISwrapper - Home
3. open terminal and untar Ndiswrapper*.gz
tar xfvz ndis*.gz
4. goto Ndiswrapper folder
cd ndis*
5. Install Ndiswrapper
sudo make
sudo make install
6. remove the module ath_pci to let ndiswrapper to use the wifi
sudo rmmod ath_pci
7. blacklist of modprobe to avoid it loading on the startup
sudo nano /etc/modprobe.d/blacklist -common
#roll to the bottom of the list and add the following line:
blacklist ath_pci
#Key: Ctrl+X to exit
#Key: Y to confirm save file
8. Reboot
9. After kenerl loaded open terminal and go to Atheros folder to install the driver
cd /wifi
sudo ndiswrapper -i net5112.inf
10. install to probe
ndiswrapper -m
11. load ndiswrapper everytime startup
sudo modprobe ndiswrapper
echo "ndiswrapper" | sudo tee -a /etc/modules
12. At this point wireless enable, press the wireless key on keyboard