Hi again,
Okay, with a fresh install of R5D1, I tried to install my wireless NIC driver using ndiswrapper.
ndiswrapper -l returns this after installing the driver. (it returns the same "Unknown line at line xxxx" even without the bcmwl5 driver being installed)
Code:
root@mythtv:~# ndiswrapper -l
Unknown line at line 5942
Unknown line at line 5943
Unknown line at line 5944
Unknown line at line 5945
Unknown line at line 5946
Unknown line at line 5947
Unknown line at line 5948
Unknown line at line 5949
Unknown line at line 5950
Unknown line at line 5951
Unknown line at line 5952
Unknown line at line 5953
Installed drivers:
bcmwl5 driver installed, hardware present
root@mythtv:~#
So the driver seemed to install correctly despite the above errors, however, when attempting to modprobe a whole host of errors came up (I wasn't puttied in then so couldn't copy the errors unfortunately), the end result being no network connection.
Based on psicard's post I went and uninstalled ndiswrapper and installed the latest stable version (1.23) with help from this post.
http://mysettopbox.tv/phpBB2/viewtopic.php?t=9513Now I've got a network connection (ndiswrapper -l still shows the above error) I'm able to modprobe but on every reboot I have to
Code:
ndiswrapper -m
modprobe ndiswrapper
netcardconfig
in order to get my network connection back up.
iwconfig returns this, the warning probably being related to the new ndiswrapper?
Code:
root@mythtv:~# iwconfig
lo no wireless extensions.
sit0 no wireless extensions.
Warning: Driver for device wlan0 has been compiled with version 20
of Wireless Extension, while this program supports up to version 17.
Some things may be broken...
wlan0 IEEE 802.11g ESSID:"kamysek"
Mode:Managed Frequency:2.462 GHz Access Point: 00:16:B6:38:37:12
Bit Rate:48 Mb/s Tx-Power:13 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:off
Power Management:off
Link Quality:100/100 Signal level:-52 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
root@mythtv:~#
How can I get knoppmyth to save the settings for my network configuration, so I don't have to modprobe and run netcardconfig on every boot?
Thanks!
Kamy