OK, before I go try and reinvent the wheel, has got a tun.ko module for the E4GT built yet?
--Mods feel free to delete this post. It would be good public knowledge for people to know that the tun module is built into our factory kernel though..
This needs to go in the Q&A forum. Not in development. Hope you brought some flame pants.
Wrong section, and it's built into the kernel.
flame on then. and a mod is free to move it to Q&A. I was going to go try and build it myself.
dodgeboy said:
Wrong section, and it's built into the kernel.
Click to expand...
Click to collapse
Is there somewhere that confirms it being built into the kernel for sure? I can't get Cisco Any Connect to work, which require that mod being loaded into the kernel, TIA!
I would have to agree that it's build into the kernel with what I have seen so far with trying to get openvpn to work.
KingOfThaJungle said:
Is there somewhere that confirms it being built into the kernel for sure? I can't get Cisco Any Connect to work, which require that mod being loaded into the kernel, TIA!
Click to expand...
Click to collapse
Cisco Anyconnect works fine for me. Stock rom (rooted), stock kernel. It did not work for me (gave some error about not being able to apply configuration changes) when I was using the CWM kernel briefly.
Dave
RUSSIAN NYAN CAT.
Every spam thread in Development means 15 more minutes of this. Please, think of your fellow users. Don't make me post this again.
OK, if it's in the kernel, does that mean it's automatically enabled, and I don't have to do anything to get it running? I'm coming from an Epic 4G where I had to run the tun.ko module, so bear with me on this please.
Robbzilla said:
OK, if it's in the kernel, does that mean it's automatically enabled, and I don't have to do anything to get it running? I'm coming from an Epic 4G where I had to run the tun.ko module, so bear with me on this please.
Click to expand...
Click to collapse
Correct. If it's in the kernel, you don't need to load a module.
OK, so dumb question #2: which kernels have it built in, or does it come in the stock kernel? I'm using Lost kernel at the moment, and get a robot is acting like I forgot to load the tun.ko module...
FYI: my work uses an old VPN system; ipsec psk that doesn't use certificates, and uses the old Cisco VPN client, which doesn't work with anyconnect. I've had successes with my epic 4G with get a robot and a good kernel, so that's where I'm coming from, but am still getting my feet wet on the new phone.
Sent from my SPH-D710 using Tapatalk
Robbzilla said:
OK, so dumb question #2: which kernels have it built in, or does it come in the stock kernel? I'm using Lost kernel at the moment, and get a robot is acting like I forgot to load the tun.ko module...
FYI: my work uses an old VPN system; ipsec psk that doesn't use certificates, and uses the old Cisco VPN client, which doesn't work with anyconnect. I've had successes with my epic 4G with get a robot and a good kernel, so that's where I'm coming from, but am still getting my feet wet on the new phone.
Sent from my SPH-D710 using Tapatalk
Click to expand...
Click to collapse
So far (for me, at least), it has only worked with the stock "pulled" kernel. It works with the pulled kernel that contains CWM, as well. All of my experience is related to the anyconnect client. I haven't tried to connect to any older IPSEC only systems, or used get a robot.
Dave
My turn for a nOOb question ...what is TUN.KO? Thanks friends
Sent from my Nexus S 4G using xda premium
JohnCorleone said:
My turn for a nOOb question ...what is TUN.KO? Thanks friends
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
It's a tunneling module that allows you to connect via VPN if it's not built into the kernel that you're using. In short, you turn it on and it gives the VPN apps the tools they need to work right. Android has been pretty lax about including this over the years, although it's supposed to be integrated into ICS, allegedly.
dodgeboy said:
So far (for me, at least), it has only worked with the stock "pulled" kernel. It works with the pulled kernel that contains CWM, as well. All of my experience is related to the anyconnect client. I haven't tried to connect to any older IPSEC only systems, or used get a robot.
Dave
Click to expand...
Click to collapse
I've had no luck with get a robot. It's still crashing. Anyconnect just won't see our VPN. I've gone to the pulled stock kernel as well, and no dice. Bleh. Hopefully someone will release an external tun.ko for this.
I've only gotten openvpn to work in routed mode and not bridged. I'm not sure if it's an openvpn issue, a phone issue, or the fact that I'm using OpenVPN-AS (vmware appliance) and the openvpn on the phone doesn't support DHCP maybe?
If I'm not mistaken, OpenVPN won't connect to a Cisco 3000 concentrator...
I've done a lot of reading recently, and have come to the tenative conclusion that while the tun module is included in the kernel, it's not activated in the kernel.
So I've done some digging, and am trying the following:
First check if the TUN module is enabled on the hardware node:
lsmod | grep tun (No answer)
If not, load the module using modprobe:
modprobe tun
SIGH... no luck...
OK, I've done a little more work on this, but still no luck.
When I try modprobe tun, I get:
chdir(2.6.35.8_LostKernelExp+): No such file or directory
I can see the tun file in the /dev directory, but can't find an rc.conf. Is that possibly the reason that this isn't going? I'm fairly mediocre with Linux, so it's a little frustrating to say the least.
There is no module, its compiled into the kernel..
Robbzilla said:
I've done a lot of reading recently, and have come to the tenative conclusion that while the tun module is included in the kernel, it's not activated in the kernel.
So I've done some digging, and am trying the following:
First check if the TUN module is enabled on the hardware node:
lsmod | grep tun (No answer)
If not, load the module using modprobe:
modprobe tun
SIGH... no luck...
Click to expand...
Click to collapse
Sent from my PG86100 using XDA App
Related
Hello,
I would like to use cifsmanager apps but I see that our kernel doesn't have the proper module built in.
I just updated the kernel and modules using the latest available in the the kernel build service (following the incremental updates guide):
http://xdandroid.com/wiki/Incremental_Updates
but I'm not able to insmod the module.
I also tried to manually download the cifs.ko module and to load it telling to cifsmanager app where the module is, but I continue to receive the same error, no such device, like if the module isn't loaded correctly.
How can I solve this problem?
Thank you
Why not just use adb...? I don't see the need for CIFS.
If you can figure out how to get CIFS working, we can look about implementing it mainline.
Have you tried insmodding it after cp'ing the .ko file to /lib/modules?
ok thank you,
I tried to load the module using adb, but I think I'm using a wrong file because when I try to load it insmod return me the "invalid module format" output.
I'm using the kernel downloaded here:
http://zimages.googlecode.com/files/htc-msm-linux-20110914_084441-package.tar.bz2
somebody can tell me if is there a module that I can use with this kernel?
thank you
Caio said:
ok thank you,
I tried to load the module using adb, but I think I'm using a wrong file because when I try to load it insmod return me the "invalid module format" output.
I'm using the kernel downloaded here:
http://zimages.googlecode.com/files/htc-msm-linux-20110914_084441-package.tar.bz2
somebody can tell me if is there a module that I can use with this kernel?
thank you
Click to expand...
Click to collapse
Where did you get the module from...? Our kernel is probably not equipped with that module.
Caio,i've sent you a pm,let me know if it works,so i'll maybe push it in the mainline kernel
I downloaded the module on a thread of HTC Diamond's...can someone link me a module that could work with this kernel?
Or is there another way I can use to mount my samba share on my android?
thank you
Caio said:
I downloaded the module on a thread of HTC Diamond's...can someone link me a module that could work with this kernel?
Or is there another way I can use to mount my samba share on my android?
thank you
Click to expand...
Click to collapse
Did you miss helicopter88's PM? He built you a kernel that should have the module built into it...
arrrghhh said:
Did you miss helicopter88's PM? He built you a kernel that should have the module built into it...
Click to expand...
Click to collapse
Failed to boot,pheraps my fault or too much oc..
Later i'll make a stock kernel
Here's the module http://www.mediafire.com/?w6fp94b464cktkc
So you can put it somewhere and insmod it
well, i have the same problem, can anyone solve it?
helicopter88 said:
Here's the module
So you can put it somewhere and insmod it
Click to expand...
Click to collapse
sadly to say that, but the files had been removed
Here's the module..
thanks for your reply, but seems no luck, it just says "invalid module format" when insmod (using the FRX07.1)
ZSaberLv0 said:
thanks for your reply, but seems no luck, it just says "invalid module format" when insmod (using the FRX07.1)
Click to expand...
Click to collapse
Pheraps I should make it from original xdandroid source..
Here's another one
http://www.mediafire.com/file/wsw6tlah3lzp3gs/cifs.ko
helicopter88 said:
Pheraps I should make it from original xdandroid source..
Here's another one
http://www.mediafire.com/file/wsw6tlah3lzp3gs/cifs.ko
Click to expand...
Click to collapse
Didn't you just say it was some simple config flag?
Make use of that "recognized developer" insignia you throw around there and commit something . (Or at least post something to the ML!!)
still doesn't work, shows the same message when insmod or insmod -f
btw, the kernel is modules-2.6.27.46-01356-gd4c73bd.tar.gz, maybe you should build a complete one? (well, i have never played with linux kernel...)
ZSaberLv0 said:
still doesn't work, shows the same message when insmod or insmod -f
btw, the kernel is modules-2.6.27.46-01356-gd4c73bd.tar.gz, maybe you should build a complete one? (well, i have never played with linux kernel...)
Click to expand...
Click to collapse
Assuming his patch is accepted, it will get committed mainline. It's a quite simple change to how the kernel is built.
arrrghhh said:
Assuming his patch is accepted, it will get committed mainline. It's a quite simple change to how the kernel is built.
Click to expand...
Click to collapse
I think phh had an issue with the patch submitted. I have a patch to commit soon so i can look into this. One question i have is how do yall plan to load the module? Does the app insmod it ? or does it expect the module to be built into the kernel?
[ACL] said:
I think phh had an issue with the patch submitted. I have a patch to commit soon so i can look into this. One question i have is how do yall plan to load the module? Does the app insmod it ? or does it expect the module to be built into the kernel?
Click to expand...
Click to collapse
I think people just want the module available in the 'modules`uname-r`.tar.gz' file. That way they at least have the option of insmodding it...(*.user.conf etc) who knows what they want to do with it afterwards - I guess access their phone on a LAN from their PC?
just want to mount my share folder from my PC to Android, so that i can use the shared files online without copy-paste (it'll be quite annoying by copy-paste, especially when you want to edit file, because you must upload it after editing)
in short, same as Caio, just want to use cifsmanager, and it says "no such device"
ZSaberLv0 said:
just want to mount my share folder from my PC to Android, so that i can use the shared files online without copy-paste (it'll be quite annoying by copy-paste, especially when you want to edit file, because you must upload it after editing)
in short, same as Caio, just want to use cifsmanager, and it says "no such device"
Click to expand...
Click to collapse
The fixed patch has been sent to Mailing List,now let's see if it gets approved..
Is there any way to run tun.ko module/driver on this phone ? I need this for VPN.
erik077 said:
Is there any way to run tun.ko module/driver on this phone ? I need this for VPN.
Click to expand...
Click to collapse
Tun module is built into the stock kernel.
It won't show up as tun.ko because it is statically linked into the kernel rather than a loadable module.
sfhub said:
Tun module is built into the stock kernel.
It won't show up as tun.ko because it is statically linked into the kernel rather than a loadable module.
Click to expand...
Click to collapse
Well that's good but it sucks too. What about a VPN client? Some of them require you to point it to the module in order to work like DroidVPN. How would you point it to tun.ko in that case?
Hi there,
I noticed noone seems to have ever bothered building cifs.ko (the Kernel module necessary to access Windows Shares) for
the Galaxy Note 10.1
So I build one. Actually it's two modules md4.ko and cifs.ko (md4.ko has to be loaded first).
I have successfully tested the module on my EU N8000 running XXALGA with CIFSmanager. Streaming a 720p mkv with
MXPlayer just works really nice.
Here you go:
http://www.mediafire.com/?5lteys7tj45zuw7
DISCLAIMER: I am providing these kernel modules as-is. Altough they have been tested by me I take no responsibility whatsoever
if you break or damage your device while installing and/or using the modules. I am also not going to explain the steps necessary to actually
use the module. You should already know how to do it...or at least be smart enough to find out what to do
Enjoy!
maui
Sounds like a very helpful piece of code.
I really think that i could need this, but for me as a non developer... how to use this kernel modules?
Could you build a kernel including this modules for flashing via CWM so anybody can use it?
Best regards,
Gery
Sent from my GT-N8000 using xda app-developers app
It does not work for me: no such device.
I have moved the files to /mnt/sdcard/cifs. I entered " /mnt/sdcard/cifs/md4.ko;insmod /mnt/sdcard/cifs/cifs.ko" in cifs manager
I'm Running GT-N8000 DR.AKRIM_ROM N8000DDALI1_v0.31 4.1.1 12-9-2012
Is jellybean a problem?
They work on 4.0.4 (Hong Kong version - n8000zsali1)!!! Thank you.
I have an non-rooted italian N8000 running the latest stock firmware, and can access all my windows shares using the samba client built in in EsExplorer, no problem for me. What exactly is this module meant to do?
Inviato dal mio GT-N8000 con Tapatalk 2
HowHigh said:
It does not work for me: no such device.
I have moved the files to /mnt/sdcard/cifs. I entered " /mnt/sdcard/cifs/md4.ko;insmod /mnt/sdcard/cifs/cifs.ko" in cifs manager
I'm Running GT-N8000 DR.AKRIM_ROM N8000DDALI1_v0.31 4.1.1 12-9-2012
Is jellybean a problem?
Click to expand...
Click to collapse
Does not work for me as well. I'm running JellyNote beta 1 rom. Could someone please recommend custom rom which is supporting cifs or where would work this modul.
Thanks!
What's the use of this module? I don't understand... I haven't installed the module but can access flawlessly all my windows shares using the samba client of es file exlorer. I can also play any shared media file through such client, using any player installed in my note!
GT-N8000 using Tapatalk
Pls compile for 4.1.1.
Hi,
I compiled the cifs modules for the JB-Kernel. I couldn't test them out as I had no time to update, yet. But I need the cifs-modules so I started with them.
So, if anyone wants to try it out, please go ahead.
This is the first time I've build a kernel for android, just that you know :silly:
Greetings,
Maz
supermaz said:
Hi,
I compiled the cifs modules for the JB-Kernel. I couldn't test them out as I had no time to update, yet. But I need the cifs-modules so I started with them.
So, if anyone wants to try it out, please go ahead.
This is the first time I've build a kernel for android, just that you know :silly:
Greetings,
Maz
Click to expand...
Click to collapse
Compile nls_utf8.ko pls)
Can you say how to compile modules because at start I get error that file not found smc.h
Sent from my GT-N8000 using XDA Premium HD app
It seems like nls_utf8 is already build in the kernel.
If someone tests the cifs modules, it would be great to post here if they work or not.
supermaz said:
It seems like nls_utf8 is already build in the kernel.
If someone tests the cifs modules, it would be great to post here if they work or not.
Click to expand...
Click to collapse
Module works but I need nls_utf8 -no in kernel!!!
Sent from my GT-N8000 using XDA Premium HD app
I've attached the nls_utf8 kernel module. Please check if this helps.
Or do you need the NLS_KOI8_R for Russia?
supermaz said:
I've attached the nls_utf8 kernel module. Please check if this helps.
Or do you need the NLS_KOI8_R for Russia?
Click to expand...
Click to collapse
All works) Thanks)
Can you say how to compile this??
GooG2e said:
All works) Thanks)
Can you say how to compile this??
Click to expand...
Click to collapse
Then hit the Thanks button
To compile you need the android ndk prebuilt environment. I followed the this howto: http://source.android.com/source/building-kernels.html (from Downloading a prebuilt gcc downwards).
Then you need your kernel sources (look at the android dev section here). In the package is a README_Kernel where you can get the make command to build the default config. From there on you just run make menuconfig and make to compile things.
Best regards,
Maz
Please compile for 4.1.2
Sent from my GT-N8000 using XDA Premium HD app
hey man, can you please compile xpad.ko and ff-memless.ko for 4.1.1 ? You would bring a new wave of gamer to the galaxy note 10.1.
thx in regard
GooG2e said:
Please compile for 4.1.2
Sent from my GT-N8000 using XDA Premium HD app
Click to expand...
Click to collapse
+1 i have: init_module '/sdcard/cifs/md4.ko' failed (Exec format error)
Or am i doing smthg wrong?
Hi,
the cifs.ko and md4.ko given lately does not work on 4.1.2 rom.
Is there a compiled module for 4.1.2 ?
come on...
it shouldn't be hard to compile it for someone who has the setup.
If I had the storage capacity on my disk for installing a linux VM, I would do it but I really don't have a setup.
After about a week of trying to debug wifi connectivity issues on stock samsung roms, I present my findings just for the sake of documentation Try these mods at your own risk.
Sammy's stock ROM suffers in the wifi department due to many factors:
1. From logcat you'll find something like this when attempting to connect to EAP secured networks:
Code:
I/wpa_supplicant( 438): wlan0: Trying to associate with 00:23:eb:e4:06:b4 (SSID='black' freq=2452 MHz)
I/wpa_supplicant( 438): wlan0: Associated with 00:23:eb:e4:06:b4
I/wpa_supplicant( 438): wlan0: CTRL-EVENT-EAP-STARTED EAP authentication started
I/wpa_supplicant( 438): wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
I/wpa_supplicant( 438): wlan0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
I/wpa_supplicant( 438): SSL: SSL3 alert: read (remote end reported an error):fatal:bad certificate
I/wpa_supplicant( 438): OpenSSL: openssl_handshake - SSL_connect error:14094412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad certificate
I/wpa_supplicant( 438): wlan0: CTRL-EVENT-EAP-FAILURE EAP authentication failed
I/wpa_supplicant( 438): wlan0: Authentication with 00:23:eb:e4:06:b4 timed out.
I/wpa_supplicant( 438): wlan0: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=0
D/SupplicantStateTracker( 348): Failed to authenticate, disabling network 1
This is due to an AOSP wpa_supplicant bug that broadcasts ticket sessions when connecting to EAP secured networks. This was fixed by Google in 4.1.2 so I ported that fix to ICS as documented here
2. Filters in BCMDHD (our wifi driver) not working properly. You'll find that bug by sniffing packets on very busy networks (like the one I work at). The driver picks up all broadcast messages when it shouldn't. This was fixed by CyanogenMod (Thanks Entropy512!) so I've ported that to our dhd.ko module that should work on stock as documented here. I actually also update the module drivers from 1.15.11 to 1.15.15.
This takes care of filtering out undesired packets. However, it only works when the phone's screen is off. So I changed that to work at all times. The change in code is also referenced by the same commit.
So, what does that mean to you? Well, if you have problems connecting to wireless APs using stock AT&T ROM, then you might want to give these mods a shot. For me, I am now able to connect to my work AP and I'm getting less wlan_rx_wake wakelocks that take my CPU out of deep sleep, hence much better battery life.
I'm attaching a wpa_supplicant patch and a stock kernel that includes the modified wifi driver. Both these files require a hacked recovery.
Enjoy it.
Note: I've also included CWM that flashes the module only. It may or may not work on other S3 variants and stock ROMs. So try it at your own risk.
a) If you are running UCALH9, you could flash either the full kernel or the dhd mod only.
b) If you're coming from any other kernel, you must flash the full kernel which includes the modified module.
thank you, good sir
Just to be clear this will only work with stock kernel? Or it can work with other custom kernel such as ktoonz.
Sent from my SAMSUNG-SGH-I747 using xda premium
sinichi21 said:
Just to be clear this will only work with stock kernel? Or it can work with other custom kernel such as ktoonz.
Sent from my SAMSUNG-SGH-I747 using xda premium
Click to expand...
Click to collapse
Wording suggests you need stock kernel for this mod to work.
I'm going to give this a try when I get home from work, I don't use wifi often but my wife does on her s3 and she gets a little aggravated on occasion because of less than perfect wifi performance. Thanks!
Sent from my SAMSUNG-SGH-I747 using xda premium
sinichi21 said:
Just to be clear this will only work with stock kernel? Or it can work with other custom kernel such as ktoonz.
Sent from my SAMSUNG-SGH-I747 using xda premium
Click to expand...
Click to collapse
To be honest I'm not sure if the dhd.ko module will load on ktoonsez's kernel. Give it a try and let us know I did have that same module built for ktoonsez as I was on his kernel earlier. I can try to look for it if you guys are interested.
The wpa_supplicant file should work on any ICS ROM however.
Just wanna to ask which one should i flash for UCLEM stock rom? Thanks...
White Hot! GS3.
LuRock said:
Just wanna to ask which one should i flash for UCLEM stock rom? Thanks...
White Hot! GS3.
Click to expand...
Click to collapse
load the module only and the wpa_supplicant fix.
The one that ships with the kernel has the stock UCALH9 kernel in it. If the module only doesn't work, let me know before upgrading your kernel to UCALH9.
Note: By "not work", I mean your wifi simply won't turn on.
madmack said:
load the module only and the wpa_supplicant fix.
The one that ships with the kernel has the stock UCALH9 kernel in it. If the module only doesn't work, let me know before upgrading your kernel to UCALH9.
Note: By "not work", I mean your wifi simply won't turn on.
Click to expand...
Click to collapse
Oh man I jumped the gun and just flashed the kernel and driver. Everything is working find tho. But I don't see a change on the kernel under about device.
White Hot! GS3.
LuRock said:
Oh man I jumped the gun and just flashed the kernel and driver. Everything is working find tho. But I don't see a change on the kernel under about device.
White Hot! GS3.
Click to expand...
Click to collapse
The kernel version I suspect is not changed. The build date should. Do you have a build date of Aug 29th in there? If so, you're probably running UCALH9. Not a big problem if everything is running smoothly. You simply upgraded your kernel and kept the ROM system files intact.
If any issues should arise how do I remove the mod?
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
madmack said:
The kernel version I suspect is not changed. The build date should. Do you have a build date of Aug 29th in there? If so, you're probably running UCALH9. Not a big problem if everything is running smoothly. You simply upgraded your kernel and kept the ROM system files intact.
Click to expand...
Click to collapse
Aug.29 it is! Thanks madmack I appreciate it.
White Hot! GS3.
bolillo said:
If any issues should arise how do I remove the mod?
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
you can use cwm backup, then restore.
a more elegant and a longer story:
1. rename /system/lib/modules/dhd.ko and /system/bin/wpa_supplicant to anything you like.
2. flash my files
3. Not happy: remove dhd.ko and wpa_supplicant and rename the files you backed up back.
In this case, you shouldn't touch the KERNEL cwm file that I'm attaching. Flash only the module and the supplicant file.
madmack said:
you can use cwm backup, then restore.
a more elegant and a longer story:
1. rename /system/lib/modules/dhd.ko and /system/bin/wpa_supplicant to anything you like.
2. flash my files
3. Not happy: remove dhd.ko and wpa_supplicant and rename the files you backed up back.
In this case, you shouldn't touch the KERNEL cwm file that I'm attaching. Flash only the module and the supplicant file.
Click to expand...
Click to collapse
Got it ^^
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
any chance you could modify the wpa_supplicant to enable visibility and connectivity to ad-hoc networks. it has been done on other devices.
and regarding the "fix" on the packet sniffing issue, is anyone able to confirm if receiving wifi-direct requests still works between devices? where the "fixed" device is to receive a request. i have a feeling....
TRusselo said:
any chance you could modify the wpa_supplicant to enable visibility and connectivity to ad-hoc networks. it has been done on other devices.
and regarding the "fix" on the packet sniffing issue, is anyone able to confirm if receiving wifi-direct requests still works between devices? where the "fixed" device is to receive a request. i have a feeling....
Click to expand...
Click to collapse
I can have a look at that. Got any sources that I can peek into? I don't really use any ad-hoc networks myself but I can have a look if it's a simple patch and recompile operation.
The filters on the wifi module in CM based ROMs match those of this patch. It's just that they were enabled only when screen is off (suspended) and disabled when screen turned on so I changed that. So if they work fine, this works fine as well.
In essence: if any packet is destined to your device, you will receive it. The filter only applies to packets that are broadcasted. On my work's AP, that's like 10 packets a second. Things like wireless printers, media APs, and some protocols such as Dropbox LAN sharing cause this kind of broadcast messages. Of course Dropbox will continue to work on your device because the mobile version never uses this tech anyways.
I cant find any guide or how to info on the ad-hoc network, just a whole lot of people that have done it, just run a search for " enable ad-hoc JB " or " wpa_supplicant ad-hoc JB ". Maybe shoot some of the devs a PM.
madmack said:
To be honest I'm not sure if the dhd.ko module will load on ktoonsez's kernel. Give it a try and let us know I did have that same module built for ktoonsez as I was on his kernel earlier. I can try to look for it if you guys are interested.
The wpa_supplicant file should work on any ICS ROM however.
Click to expand...
Click to collapse
Just tried it it wont toggle on the wifi with ktoonz kernel but the wpa suppkicant work as you said.
Sent from my SAMSUNG-SGH-I747 using xda premium
attached is the module only cwm file for the latest ktoonsez ICS kernel.
It's a little pointless to release these as his sources are out so if he wants to incorporate these changes he can simply just use my commit instead of me releasing patches to his kernel.
TRusselo said:
I cant find any guide or how to info on the ad-hoc network, just a whole lot of people that have done it, just run a search for " enable ad-hoc JB " or " wpa_supplicant ad-hoc JB ". Maybe shoot some of the devs a PM.
Click to expand...
Click to collapse
give this a try. lemme know if it works. It seems CM9 supports ad-hoc networks, so I based my patch on it and recompiled. It works fine here with my current AP but I didn't test it with any ad-hoc networks.
madmack said:
attached is the module only cwm file for the latest ktoonsez ICS kernel.
It's a little pointless to release these as his sources are out so if he wants to incorporate these changes he can simply just use my commit instead of me releasing patches to his kernel.
Click to expand...
Click to collapse
For some reason it didnt work on mine but any way thank you for providing some config really appreciate your work i think the suplicant is enought to stablized my connection hopefully need more days to test it but thanks
Sent from my SAMSUNG-SGH-I747 using xda premium
Is this the correct kernel for our tablet? I am looking to compile some usb network drivers and I need the correct source kernel. Has anyone compiled the source? Which one did you choose and why? Thanks.
US - Wifi version P600
http://opensource.samsung.com/reception/receptionSub.do?method=search&searchValue=P600
Sent from my Galaxy Nexus using Tapatalk
Looks like its the whole stock rom, the kernel should be in there. Once i get a chance to jump on a pc ill explore around a bit more, but it should be in there.
Just curious, whatre you looking to do with the kernel? Sdcard swap?
Sent from my SGH-T889 using XDA Premium 4 mobile app
I am trying to compile drivers for my plugable USB network adapter. I am following this post here but I am having issues compiling the kernel.
http://forum.xda-developers.com/showthread.php?t=2131825
[Driver] Asix AX88772 kernel module (USB Ethernet)
Sent from my Galaxy Nexus using Tapatalk
pozer69 said:
I am trying to compile drivers for my plugable USB network adapter. I am following this post here but I am having issues compiling the kernel.
http://forum.xda-developers.com/showthread.php?t=2131825
[Driver] Asix AX88772 kernel module (USB Ethernet)
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
Hello.
Have you selected the option by modules ("M") or built-in ("*")? Maybe you should begin by built-in compiling.
This way, it will prevent problems coming from read/write access rights and also insmod problems.
After flashing your boot.img, you just have to start at the lign "-Setup ethernet settings, if you want static address, for typical internet router at 192.168.1.1"
of http://forum.xda-developers.com/showthread.php?t=2131825
pozer69 said:
I am trying to compile drivers for my plugable USB network adapter. I am following this post here but I am having issues compiling the kernel.
http://forum.xda-developers.com/showthread.php?t=2131825
[Driver] Asix AX88772 kernel module (USB Ethernet)
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
Hello.
I confirm: the compilation of the source coming from http://opensource.samsung.com/reception/receptionSub.do?method=search&searchValue=SM-P600 gives a working ethernet over usb device.
Mine is an asix 88772 chip. It dowloads at 1Mo/s which is the max of my DSL router, but I am sure it can do better. 11,6 Mio/s on my PC, on LAN.
I used built in compilation of the modules. (*) in make menuconfig.
How to give acces to the browser to the eth0 because now I can only download with wget in a console?
Chopac said:
Hello.
I confirm: the compilation of the source coming from http://opensource.samsung.com/reception/receptionSub.do?method=search&searchValue=SM-P600 gives a working ethernet over usb device.
Mine is an asix 88772 chip. It dowloads at 1Mo/s which is the max of my DSL router, but I am sure it can do better. 11,6 Mio/s on my PC, on LAN.
I used built in compilation of the modules. (*) in make menuconfig.
How to give acces to the browser to the eth0 because now I can only download with wget in a console?
Click to expand...
Click to collapse
Can you write up a "How to" or let me know what you did... I am receiving errors when I compile the kernel.
Sent from my Galaxy Nexus using Tapatalk
Chopac said:
Hello.
I confirm: the compilation of the source coming from http://opensource.samsung.com/reception/receptionSub.do?method=search&searchValue=SM-P600 gives a working ethernet over usb device.
Mine is an asix 88772 chip. It dowloads at 1Mo/s which is the max of my DSL router, but I am sure it can do better. 11,6 Mio/s on my PC, on LAN.
I used built in compilation of the modules. (*) in make menuconfig.
How to give acces to the browser to the eth0 because now I can only download with wget in a console?
Click to expand...
Click to collapse
What did you use for "Physical address of main memory"
Sent from my SM-P600 using Tapatalk
pozer69 said:
What did you use for "Physical address of main memory"
Sent from my SM-P600 using Tapatalk
Click to expand...
Click to collapse
Where did you see that?
I never use that.
If you are at boot.img building, I use exactly the parameters given by unmkbootimg, except of course the names of the files.
I used the source from opensource . samsung . com, and get the latest firmware from sammobile.com to get the initial boot.img.
I followed the tutorial here: search google: pete.akeo.ie (will edit the link it in some posts)
Thanks to Pete.
The compilation errors came from a too recent arm-eabi. The 4.6 like in the tutorial is working good, contrary to 4.8, on my PC.
To flash the final boot.img, myboot.img, tar -cvf boot.tar myboot.img.
Then I used ODIN on M$, to flash boot.tar.
If you succeed to flash myboot.img with fastboot, tell me please how do you do.