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
 

angelofsky1980

BlackHole Driver Specialist
Here attached a little package wo contain a Script for Green Panel -> Blue Button who generates the debug file from Enigma2 Gui instead of telnet/SSH session.

Instruction to install:
1. Upload the attached file to /tmp
2. Install as usual with Green Panel -> Manual Install Addon
 

Attachments

  • Wifi_debug_script_bh.tgz
    326 bytes · Views: 457
Status
Not open for further replies.
Top