-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabe WiFi-related kernel options #1
Comments
Tested a little bit with rtl8188cus USB WiFi plugs, it works somewhat, but leads to hung kernel tasks like below, but bear in mind that my user space is heavily tainted now and this same module probably better be checked on fresh system
|
Now I can confirm that rtl8188 module does something funny with kernel on clean debian 8 too. |
I have successfully used the following WiFi module on MiniITX running We use RT3070-based ZyXEL USB dongle: The kernel needs to have 802.11 support and the Ralink modules. They are The device needs firmware rt2870.bin available in the firmware-ralink package. The package is in the non-free section, so add it to the sources.list file: [/etc/apt/sources.list] deb http://ftp.ru.debian.org/debian/ jessie-updates main contrib non-free deb http://security.debian.org/ jessie/updates main contrib non-free and run apt-get update && apt-get install firmware-ralink. Install wireless-tools: Make sure wlan0 is not listed in the interfaces file: If it is listed there, remove the wlan0 line and reboot. Cofigure the wifi via NetworkManager GUI (the icon in the top right corner). |
Enable USB WiFi dongles support in mitx_defconfig
The text was updated successfully, but these errors were encountered: