Search found 173 matches

by bmork
27 Mar 2019, 16:31
Forum: Device Information
Topic: new device: Olicard 600 (2020:2030 unswitched)
Replies: 1
Views: 5758

new device: Olicard 600 (2020:2030 unswitched)

ref https://forum.openwrt.org/t/3g-4g-usb-dongle-not-showing-up/33926 Unswitched: EDIT: first post had a cutnpaste error. Corrected device info: T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=2020 ProdID=2030 Rev= ...
by bmork
11 Dec 2018, 11:27
Forum: Device Information
Topic: Huawei K3806
Replies: 5
Views: 12347

Re: Huawei K3806

Thanks for the lsusb output confirming our earlier assumptions. It shows the alternate setting with 3 endpoints as expected, and it shows that we have all the necessary CDC functional descriptors. Including a Union descriptor with master and slave pointing to the same interface. Which is as correct ...
by bmork
04 May 2017, 09:18
Forum: Device Information
Topic: trouble with netgear aircard 779S
Replies: 17
Views: 24852

Re: trouble with netgear aircard 779S

I have asked Bjorn Mork to come over and see if he can add the missing piece. It might be that NetworkManager needs ModemManager for bringing up the connection. Yes, it does. Install a reasonably recent ModemManager and this should Just Work(tm) And now that all the hard work of writing code and te...
by bmork
24 Apr 2017, 20:07
Forum: Setup Discussion
Topic: E3131 modeswitching options for multiple device modes
Replies: 3
Views: 11963

Re: E3131 modeswitching options for multiple device modes

My conclusions: The initial 55534243 is the mandatory prefix for modeswitch messages the stuff from after 55534243 to before 1106 is irrelevant. (leading 12345678 or all zeroes, trailing "a" or "6" has no effect) See http://www.usb.org/developers/docs/devclass_docs/usbmassbulk_1...
by bmork
16 Feb 2017, 13:24
Forum: Device Information
Topic: Novatel Expedite E371(Dell Wireless 5084)
Replies: 96
Views: 125602

Re: Novatel Expedite E371(Dell Wireless 5084)

Oh is it ... so this is how the linux nether world thread looks like ? i guess noobs like us can't be part of it ? ... No, no, of course you can. Anyone can take part. Note that we are all "noobs" here. I just wanted to accellerate the process a bit, since I knew pretty well what to do. S...
by bmork
24 Jan 2017, 11:01
Forum: Device Information
Topic: Novatel Expedite E371(Dell Wireless 5084)
Replies: 96
Views: 125602

Re: Novatel Expedite E371(Dell Wireless 5084)

oh ... ok ... will wait for your instructions to unbind/bind by device to the right drivers after you get back home. Like i said i am not so adept in understanding things under the hood ... superficially i can only grasp the concept. To manually switch the modem to other drivers, you first have to ...
by bmork
23 May 2016, 20:08
Forum: Device Information
Topic: Vodafone Huawei Model K4511
Replies: 7
Views: 10337

Re: Vodafone Huawei Model K4511

I just tried updating/upgrading all the qmi and modemmanager packages but they were already up to date as I am using the very latest CentOS 7 x86_64 (1511). CentOS will never be "up to date" wrt packaged software versions. It is based on RHEL. The major versions of all packages are frozen...
by bmork
03 Mar 2016, 16:13
Forum: Setup Discussion
Topic: Huawei K5160
Replies: 30
Views: 54554

Re: Huawei K5160

Yes, it's working. I deleted for sure compiled cdc_mbim.ko, then: modprobe cdc-wdm insmod /home/hippo/Downloads/linux-4.5-rc5/drivers/net/usb/cdc_ncm.ko modprobe cdc_mbim Thanks! Good to know that we didn't need that quirk after all. I'll do a bit more testing of the other fix, and then try to get ...
by bmork
03 Mar 2016, 12:17
Forum: Setup Discussion
Topic: Huawei K5160
Replies: 30
Views: 54554

Re: Huawei K5160

Damn.. it was my fault. I changed DisableSwitching=0 instead of DisableMBIMGlobal=0 :) But now.. it's ... wait for it... wait for it.. working! Even I can ping the internet :) Great! Could you repeat the test without your first patch (the NDP-to-end quirk)? I just got at report that the K5160 works...
by bmork
03 Mar 2016, 11:35
Forum: Setup Discussion
Topic: Huawei K5160
Replies: 30
Views: 54554

Re: Huawei K5160

Hi, oh, I should see that yesterday.. my fault also :) What it should do now? Should I be able to connect via normal LTE or it should be do ethernet bridge even if DisableSwitching=0? (because it did eth bridge) Mar 03 08:44:39 arch kernel: usb 3-2: new high-speed USB device number 11 using xhci_hc...
by bmork
03 Mar 2016, 09:15
Forum: Setup Discussion
Topic: Huawei K5160
Replies: 30
Views: 54554

Re: Huawei K5160

Hi, patched, recompiled, loaded.. but again I connect to carrier, but no ping at all to nothing (internet, gw, dns). Shit. I was really hoping that this was the last piece of the puzzle. Well, thanks a lot for the quick testing. Don't know what else to test. EDIT: One thing just occured to me: The ...
by bmork
02 Mar 2016, 23:43
Forum: Setup Discussion
Topic: Huawei K5160
Replies: 30
Views: 54554

Re: Huawei K5160

Feb 25 20:04:18 arch kernel: cdc_mbim 3-2:2.0: NDP will be placed at end of frame for this device. That's good. Your changes to the driver did what they were supposed to do. OK, so I just got an E3372 today with the exact same problem. It requires the NDP-to-end quirk (which is already applied sinc...
by bmork
26 Feb 2016, 16:19
Forum: Setup Discussion
Topic: Huawei K5160
Replies: 30
Views: 54554

Re: Huawei K5160

Hi, thanks! Now adding module working as should :) but (actually, I already forget what should work now..) The idea was to test if the "NDP at end of frame" quirk would make a difference. But it doesn't look like that was the problem. Or at least not the only problem. Feb 25 20:04:18 arch...
by bmork
25 Feb 2016, 16:49
Forum: Setup Discussion
Topic: Huawei K5160
Replies: 30
Views: 54554

Re: Huawei K5160

hippo_arch wrote: Any ideas what to do? :)
Yes. I assumed cdc_mbim was already autoloaded, and therefore also the modules it depends on.

Try

Code: Select all

modprobe cdc-wdm
modprobe cdc_ncm
insmod /home/hippo/Downloads/linux-4.5-rc5/drivers/net/usb/cdc_mbim.ko
by bmork
17 Feb 2016, 00:23
Forum: Setup Discussion
Topic: Huawei K5160
Replies: 30
Views: 54554

Re: Huawei K5160

Hm.. dont want to compile whole kernel, so I just need to download usb_modeswitch, edit mbim_devs and compile it? :) No, you need to compile the cdc_mbim driver. Which doesn't necessarily mean the whole kernel, but it means that you need to be set up for building drivers. I don't know how arch does...