Recently i upgraded my network to TENDA Nova mw6 Wireless Mesh. My HP7525 wirelessly connected to my old Linksys E4200 without an issue. I am unable to connect to the TENDA Nova mw6. Using the wireless setup wizard, the printer finds the SSID and accepts the password. It displays the network and the WPA passphrase then when i select connect (OK) it attempts to connect but fails. Diagnostic print out states Wireless on PASS / Wireless working PASS / Connected Not Run / Network Name (SSID) Found PASS / Other networkks detected matching your nework name (SSID) yes / Wireless networks Detected 8/ Printer Settings consistent with Wireless Router Settings PASS / No Filtering FAIL / Channel not run / Security PASS .
TENDA Nova mw6 support states that older HP Printer software does not accept WEP2 security, which is what the NOVA mw6 uses. TENDA Nova does not provide access to their router via web page, only through their iOS app, which provides no options to change security. I have not filtered any device via MAC address on the TENDA Nova. There is no 'whitelist' available in the TENDA interface.
i have updated my Printer with the latest firmware, my computer with the latest drivers and i have reset to factory settings without result. I have used the latest "Troubleshoot Network Failure Wizard" and no result. Also unable to transfer from a USB printer to wireless printer.
I had exactly this issue when moving from my Virginmedia SuperHub2 (basically a rebadged netgear router/cable modem) to a tenda mesh system. I put the virgin box in modem mode as instructed and wired the first nova to it. Great wifi and all other devices worked fine but the HP printer would not connect.
I haven't tried connecting the printer to the Nova SSID since making the change as everything is working (if it aint broke why fix it? ) but I think that would work too with the Nova's MAC filtering disabled in birdge mode.
If the WiFi adapter appears as a CD-ROM drive containing the Windows driver for itself, run eject /dev/cdrom0 or eject /dev/sr0 to get it into WiFi adapter mode. You will most likely have to do this every time you plug in/power up the adapter, so you may want to configure usb_modeswitch to do this step automatically for you.
usb_modeswitch should be already included in modern Fedora, or at least be available as a package in Fedora's standard package repository if you have chosen a minimal install. If it doesn't already handle your device automatically, you may need to add a configuration file to /etc/usb_modeswitch.d/ named 0bda:b711 (i.e. matching the USB vendor:product IDs of the device) with the following contents:
You'll also need to set up an udev rule to invoke usb_modeswitch when the WiFi adapter is detected. Your distribution should already have a lot of such rules at /lib/udev/rules.d/40-usb_modeswitch.rules: make a similar rule with the correct USB vendor and product IDs, and write your custom rule into /etc/udev/rules.d/40-wifi-usb_modeswitch.rules (it won't exist until you create it) so it won't get overwritten whenever the respective packages get updated.
c80f0f1006