This board is now closed. The Blackhole image ended in 2020. The board will remain available in Read Only Mode, so all the posts from the last 15+ years are not lost. We thank you for being part of the community for the last 15+ years. You can join the OpenBh board if you have not already done so at www.openbh.net.

Wifi drivers: how to report problems

Status
Not open for further replies.

angelofsky1980

BlackHole Driver Specialist
Dear users,

this thread explain how to report all the possible informations if you have problems with WIFI USB dongles.

You must have the possibility to connect to your box via RJ45 port.
You should connect to your box via Telnet/SSH (I suggest Putty).
Reboot your box before start the diagnostic commands!
You should launch a set of commands to retreive some hardware infos for your USB devices.

The result is a single file placed into /tmp and called wifi.txt.
This file can be uploaded into the Board and clarify me what happen with your device.

Thanks for your attention and help!

Here the list of commands to send to box when you are into Telnet/SSH session:

Code:
cat /proc/bus/usb/devices > /tmp/wifi.txt
ifconfig >> /tmp/wifi.txt
iwconfig >> /tmp/wifi.txt
iwlist scanning >> /tmp/wifi.txt
dmesg >> /tmp/wifi.txt
 
Status
Not open for further replies.
Back
Top