Re: Move 3G modem from u3g to uhso?

看板FB_current作者時間12年前 (2014/01/10 15:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/5 (看更多)
On 01/10/14 06:06, Lundberg, Johannes wrote: > Hi > > I have been using "Globetrotter HSUPA Modem Option N.V." usb modem for a > while with the uhso driver and now I installed 11-CURRENT and see that it > has been added to devd and u3g is loaded automatically. Since this device > has support for it wouldn't it be better to use uhso driver so we get the > uhso0 network interface? > > The device in question is > > nomatch 32 { > match "bus" "uhub[0-9]+"; > match "mode" "host"; > match "vendor" "0x0af0"; > match "product" "0x9000"; > action "kldload -n u3g"; > }; > > which I changed to > > nomatch 32 { > match "bus" "uhub[0-9]+"; > match "mode" "host"; > match "vendor" "0x0af0"; > match "product" "0x9000"; > action "kldload -n uhso"; > }; > > But this also requires adding the device in sys/dev/usb/net/uhso.c > > /* Option GTM661W */ > UHSO_DEV(OPTION, GTM661W, UHSO_AUTO_IFACE), Hi, When you remove the device entry from the u3g.c driver, the usb.conf file will be updated later. Can you submit a complete patch for this? --HPS _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
文章代碼(AID): #1Ipw7pIK (FB_current)
文章代碼(AID): #1Ipw7pIK (FB_current)