Hi again, I figured out what the problem was. I was using the wrong driver. This driver does the job: https://github.com/whitebatman2/rtl8821CU Before compiling form source, I had to change the file "os_dep/linux/usb_intf.c" to include the USB vendor and product ID that my wifi dongle has. Like this...
Hi, I am tying to get a wifi dongle set up. Although the module is loaded, no interface shows up. The device has the rtl8812au chipset and looks like this: https://i.postimg.cc/TyjVW0zq/serveimage.jpg I followed the accepted answer here: https://raspberrypi.stackexchange.com/a/67721 I managed to com...
Hi there, I use this wvdial.conf to setup a Huawei E1762 modem: [Dialer Defaults] Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 Username = blah Password = blah Ask Password = off Check Def Route = on Abort on No Dialtone = on apn = gprs.swisscom.ch Idle Seconds = 0 Modem Type = Analog Modem ...