Quote Originally Posted by ex-para
Is this any help.

knoppix@Knoppix:~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11g ESSID:"BTHomeHub-7D1C"
Mode:Managed Frequency:2.412 GHz Access Point: 00:1D:68:51:9A:C1
Bit Rate=1 Mb/s Tx-Power=27 dBm
Retry min limit:7 RTS thrff Fragment thr=2346 B
Link Quality=74/100 Signal level=-33 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Try to append the following code at the end of your knoppix.sh file in your hard disk

Code:
iwconfig wlan0 essid BTHomeHub-7D1C
sleep 3
ifconfig wlan0 up
sleep 3
pump -i wlan0
Save the file and then reboot. The wireless connect should be established.

For more information, you can reference to Q3 on the following FAQ

http://www.knoppix.net/wiki/Network_...ppix_5.1.1_FAQ

You can add the code in another location too. But this time you need to create a shell script file

1. Go to /home/knoppix/.kde/Autostart directory

2. Create a file called start-wlan0.sh

3. add the above code into the file and then save the file.

4. change the file attribute to executable
$ chmod 755 start-wlan0.sh

After the reboot, the wireless should be ok.

Rgds,
Chip