[DRIVER] USB Ethernet drivers for Rogue 1.4.3 Kernel - Xoom Android Development

You can checkout these procedures to know how to use usb ethernet drivers.
http://forum.xda-developers.com/showthread.php?t=1418591
Here are the usb ethernet drivers for Rogue 1.4.3 kernels.
Here are the drivers:
dm9601 - test ok.
qf9700 - test ok.

Thx a lot for your great work
Craxx
Send from my MZ601 with Tapatalk

thanks alot.
Its more usefull for me

Related

Wlan monitor mode + packet injection

Hey all,
found out SGW wifi hardware supports monitor mode and packet injection.
Would be need to havevit supported in custom roms.
Then there would be aircrack-ng & reaver for wep/wps ...
Here's the aircrack-ng thread about
our driver.
http://www.aircrack-ng.org/doku.php?id=broadcom
Thanx for all efforts to bring forth our SGWs.
Sent from my GT-I8150 using XDA App
Its me again,
done some research found out following.
There are at least three different drivers for our hardware.
1) bcm4329
- is the old driver for kernels.
upto 2.6.24
- needs patching to support
injection and monitor mode
2) b43
- is the new driver from kernel
2.6.24 up
- aircrack-ng site states it is full
supported by their tools
- works not on all broadcom
chipsets
3) bcmdhd
- the driver stock rom of SGW
is using
- dont know if supports injection
and monitor mode
If someone has more info about this , any help apreciated.
Sent from my GT-I8150 using XDA App
There is more about broadcom drivers with linux here.
https://wiki.archlinux.org/index.php/Broadcom_wireless
Sent from my GT-I8150 using XDA App

[REQ][DRIVER PACK] USB to Ethernet driver for n7100

i need a driver pack for usb to ethernet.... or it would be better if some custom kernels support usb to ethernet adaptors... thank you
After a few months of research and testing to get drivers for the S3 up and running, I have now migrated to a N7100 and finally got the kernel modules building. Take a look at this thread. The last post includes the modules you need, and the first described the process for building them (which you can probably ignore), but also the process for using them.
http://forum.xda-developers.com/showthread.php?p=42001501#post42001501

how to enable usb host feature in one v....???

hi guys,
Is there anyway to enable usb host feature in htc one v, and is it possible to host a pen drive to it.
i m currently using ignorance rom v3 and tk kernel 3.0.16
thnxs in advance............
USB OTG? The Titanium-KISS kernel has that feature. Read in the thread about it.
MameTozhio said:
USB OTG? The Titanium-KISS kernel has that feature. Read in the thread about it.
Click to expand...
Click to collapse
Ok so titanium kiss has the feature to host usb. but how to enable it, i searched the net and found a software called usb host controller.
as instructed i installed busybox and tried to host a Toshiba 8 gb pendrive using otg cable.It is shows S3c driver is not installed, usb host is active though but in file manager there is no sign of usb. please help......!

[Q] OTG USB Host Mode Support

Anyone know how to get USB Host to work on the SGH-i257m or any of it's redesignes?
You have to search for:
- a custom Kernel for your firmware version that is supporting USB-OTG
- a USB-OTG cable with external power
Sent from my black pearl using Tapatalk
I have already tested it with USB Host Diagnostics from the play store and im running Cyanogenmod on my phone.
Anyways the program said under ANDROID API I have the claims support and the classes were found but the device wasnt detected
Under KERNEL I have claims support but no device detected.
While under ROOTED API it says N/A for claims and device
So my question is Is there any way to activate Host Mode on the OS side or 3rd Party Wise?
IMHO the S4 mini has no hardware usb host controller.
You need "y otg cable" and external power and custom kernel
IMHO the latest cyanogenmod kernel probes for usb host hardware but says not found
The cyanogen kernel does not hace the otg support
If you have an "y cable" Try f4k kernel

G3 D855 Wifi/Bluetooth dead - Alternate ways to get internet

Sup everyone,
I had this phone for 2 years before the wifi hardware died. It's rooted, twrp installed, everything works except wifi/bluetooth.
I don't use this phone for calls so no sim card no 3G or 4G that is.
So in the long search for alternate ways to get internet I came across several posts about using USB to ethernet adaptors, and that's what I've been trying to get for the past 3 days.
I have 2 USB to Ethernet adaptors Asix Ax88772C and Davicom DM9601 which I insert via a standard OTG adapter so they are not the ones that have the 5 pin USB (OTG like cable)
I've read that Asix is supported and built in G3 D855 kernel, OTG checker detects it but no internet whatsoever.
DM9601 is not supported by vanilla kernel so it's not detected (maybe because it's for Ax88772A and B not the C)
I have a kali linux and I installed all prerequisites to build kernel and modules so I tried compiling asix.ko usbnet.ko and dm9601.ko against various D855 kernels and tried several ready made D855 kernels too ..... everything ended up with errors when trying to insmod or modprobe the ko files
I really have tried everything to be tried and so my only hope is to flash a kernel with those modules built in namely usbnet asix and dm9601.
The kernel sources I'm using currently are the Navel-855 ones, and the kernel is also the latest Navel kernel.
Any help or guidance would be deeply appreciated
Tia
everything ended up with errors when trying to insmod or modprobe the ko files
Click to expand...
Click to collapse
Post the dmesg output, also try Omar's kernel (github.com/oxavelar/D85X-Kernel-Gamma)
Thanks!
I'll give it a shot as for dmesg output I'll post it when ready.
here's the log https://www.dropbox.com/s/mklm36wegzyxy4e/log.csv?dl=0
or here https://justpaste.it/1461v
amt000 said:
here's the log https://www.dropbox.com/s/mklm36wegzyxy4e/log.csv?dl=0
or here https://justpaste.it/1461v
Click to expand...
Click to collapse
Might sound dumb but, did you enable it in the defconfig?
waau said:
Might sound dumb but, did you enable it in the defconfig?
Click to expand...
Click to collapse
you mean while building the ko file or when installing it on the phone?
amt000 said:
you mean while building the ko file or when installing it on the phone?
Click to expand...
Click to collapse
Meant in the kernel defconfig, like so
CONFIG_USB_NET_DM9601=y
Seems like DM9601 is not set by default on most kernels
https://github.com/CAF-G3/kernel_lge_g3/blob/n-mr1/arch/arm/configs/lineageos_d855_defconfig#L1607
https://github.com/oxavelar/D85X-Ke...ch/arm/configs/lineageos_d855_defconfig#L1534
https://github.com/Team-OctOS-Devic.../arm/configs/cyanogenmod_d855_defconfig#L1529
https://github.com/LineageOS/androi...ch/arm/configs/lineageos_d855_defconfig#L1534
waau said:
Meant in the kernel defconfig, like so
CONFIG_USB_NET_DM9601=y
Seems like DM9601 is not set by default on most kernels
https://github.com/CAF-G3/kernel_lge_g3/blob/n-mr1/arch/arm/configs/lineageos_d855_defconfig#L1607
https://github.com/oxavelar/D85X-Ke...ch/arm/configs/lineageos_d855_defconfig#L1534
https://github.com/Team-OctOS-Devic.../arm/configs/cyanogenmod_d855_defconfig#L1529
https://github.com/LineageOS/androi...ch/arm/configs/lineageos_d855_defconfig#L1534
Click to expand...
Click to collapse
I followed this guide
https://forum.xda-developers.com/showthread.php?t=2131825
and yes used:
make menuconfig
[Navigate using arrow keys and enter]
Device Drivers ->
Network device support ->
USB Network Adapters ->
Multi-Purpose USB Networking Framework ->
[PRESS SPACEBAR until an M appears on the left]
[M] Multi-purpose USB Networking Framework
[M] ASIX AX88xxx Based USB 2.0 Ethernet Adapters
[M] DM9601 Based USB 2.0 Ethernet Adapters
then make && make modules and got the ko files in /kernel/drivers/net/usb/
weird thing I found now is that insmod or modprobe fail to load all the modules in /system/lib/modules
not just the ones I made. It seems something else if affecting my error

Categories

Resources