How to check whether PPP is enabled in a kernel - General Questions and Answers

I have need to connect via PPPoE and I downloaded a program that allows me to do that, however I think there is some problem with the kernel. In order for that application to works properly, the PPP module in the kernel should be enabled. How do i check it?
Right now I have Siyah kernel
ty

bump

Related

[Q] USB WWAN - How To On Wifi Xoom?

Hello, I Know there are correct wifi usb dongles drivers in Tiamat Kernels, i have tried everything possible to get the Mobile Settings option in the Wireless setting of android with no luck, Can anybody point me to the correct procedures on how to do it? btw i have tried the methods of doing that on Acer and Asus and it didn't work, i had to flash new kernels to boot again in some cases. Thanks
Why those drivers are present but nobody want to write dialer script and instruction?
Launchpad kernel for Xoom!
Alright, Forget about Tiamat kernel, i have Team Tiamat Moray Rom on my Wifi only Xoom with the launchpad kernel from this post :
http://www.xoomforums.com/forum/lau...nel-launchpad-1-2-2-new-6-11-11-3-1-only.html
you will find in the addons (WWAN USB Addon) which is used on the launchpad to show the Mobile Menu and enable tethering as the kernel should have everything required, so why when i use it on the Xoom it doesn't work? BTW i have also disabled the Zero-CD option on the USB stick to make sure it reads as a modem when connected to usb port, i made sure that my 3g stick is compatible with the operation.
Its really interesting when i see 153 views and only one reply
You can try this http://forum.xda-developers.com/showthread.php?t=1118639
And I will try with CDMA modem I found one non-english article.
But just yesterday I got trouble with OTG connections, all devices are with error:
usb 2-1: new low speed USB device using tegra-ehci and address 6
usb 2-1: device not accepting address 6, error -71
hub 2-1: unable to enumerate device on port 1
It was working last night. Wtf? Do you know how to fix this? I tried to restart tablet with no luck, otg cable not working anymore.
Update 1: Nevermind, cable was broken. Fixed.
Update 2: I tried that method on link I gave you - zore result, reflashed.
P.S: Just tried your launchpad kernel - too bad that 3.1 only. I'm using Rogue now. By the way usb_wwan can be installed everywhere.
I found also this universal installer for Huawei modems attached below.
Dunno how to "dance" with this. After installing just nothing happend or I doing wrong.
thanks for you effort, OTG cables are horrible, most of the time when you get failures its caused by cables or adapters anyway,
i downloaded the attached archive and pushed all modules to my Xoom with MORAY Rom and Odachi Kernel, rebooted and nothing happened too no Mobile Settings menu, will keep trying and keep you posted
Actually I'm not sure if there should appear some menu. After this you have to see in dmesg you modem to be recognized like GSM converter but I don't. So it looks like option.ko isn't loaded. Maybe this file has to be in defferent place instead of /system/lib on Xoom? I also tried to put it in /system/lib/modules/ , also nothing happend after.
Maybe it works on older versions of ROMs? I'm using 3.2.2 stock rooted with rogue kernel + usb_wwan
Maybe, i have tried it with many roms, even the 3.1 but no luck, i think Team Tiamat would be the right ppl who would clarify everything to us, i have tried setting the kernel to launch all the modules on boot but nothing happened,we need somebody experienced in those things to help us out
Hmm... as you see there is nobody who want to help with this. Because they have 3G models or expencive portable hotspots and nobody need this.
Anyway. Did you try to put option.ko and usb_wwan.ko in system/library/modules folder and right after that set up "modules on boot"? Restart tablet, connect modem and see in dmesg. I don't have this option in my rom, so try to do that.
:s
I've tried placing the modules and loading them on boot, but it didn't work too, its not about money, actually i have 3G portable wifi router and my other android devices have the built-in wifi hotspot ,but its about doing the thing...its about the concept, why it's not working while we have everything in place, thats the weird thing, i think we will have to wait until somebody feels sorry for us then decide to help us! :s
Problem definitely in /system/build.prop it should be edited somehow, according to manual for A500 tablet.
Neolo said:
I found also this universal installer for Huawei modems attached below.
Dunno how to "dance" with this. After installing just nothing happend or I doing wrong.
Click to expand...
Click to collapse
hi, where to put this module pack? i mean how to install?
How to connect manually using Huawei 3G dongle:
You need:
- rooted xoom with Tiamat kernel (or any other which has usb_wwan.ko and option.ko attached)
- 3g dongle
1. Backup files from /etc/ppp in case when this solution don't work
2. Download attached zip and extract to /etc/ppp
3. edit /etc/ppp/gprs-connect-chat in line
Code:
'' AT+CGDCONT=1,"IP","internet"
replace 'internet' with APN name for your network
4. Now run terminal (Terminal Emulator) and type
Code:
su
stop ril-daemon
insmod /system/lib/modules/usb_wwan.ko
insmod /system/lib/modules/option.ko
pppd call gprs
Now you should have working connection (Xoom doesn't show this, but if you run browser it should work).
For me it works on Verizon Xoom with Huawei e1750, but i'm living in area where only edge is avaliable, so this is very slow connection - i need to check connection speed in other location this weekend.
For Xoom Wifi owners: this should also work for you, but with small change - after inserting modules you should check on dmesg which port(s) is using your dongle and change port number in first line of /etc/ppp/peers/gprs . It's probably /dev/ttyUSB0 but you must check.
Porzeczek said:
How to connect manually using Huawei 3G dongle:
You need:
- rooted xoom with Tiamat kernel (or any other which has usb_wwan.ko and option.ko attached)
- 3g dongle
1. Backup files from /etc/ppp in case when this solution don't work
2. Download attached zip and extract to /etc/ppp
3. edit /etc/ppp/gprs-connect-chat in line
Code:
'' AT+CGDCONT=1,"IP","internet"
replace 'internet' with APN name for your network
4. Now run terminal (Terminal Emulator) and type
Code:
su
stop ril-daemon
insmod /system/lib/modules/usb_wwan.ko
insmod /system/lib/modules/option.ko
pppd call gprs
Now you should have working connection (Xoom doesn't show this, but if you run browser it should work).
For me it works on Verizon Xoom with Huawei e1750, but i'm living in area where only edge is avaliable, so this is very slow connection - i need to check connection speed in other location this weekend.
For Xoom Wifi owners: this should also work for you, but with small change - after inserting modules you should check on dmesg which port(s) is using your dongle and change port number in first line of /etc/ppp/peers/gprs . It's probably /dev/ttyUSB0 but you must check.
Click to expand...
Click to collapse
bro,
how can we connect any other company's usb modem? it is same as huawei modem or new driver files to be downloaded?
raihankabir_1 said:
bro,
how can we connect any other company's usb modem? it is same as huawei modem or new driver files to be downloaded?
Click to expand...
Click to collapse
What modem you have?
Porzeczek said:
What modem you have?
Click to expand...
Click to collapse
i was successful with huawei 3g modem according to the tutorial. i have an wimax usb modem and i didnt find any tutorial related to wimax usb modem on xoom
raihankabir_1 said:
i was successful with huawei 3g modem according to the tutorial. i have an wimax usb modem and i didnt find any tutorial related to wimax usb modem on xoom
Click to expand...
Click to collapse
Ask google for linux support for this wimax modem. If it works on linux it also should work in android. And most of linux tutorials are saying which driver is needed.
I also have different modem need to use, because gprs is slow and expencive.
I have Cmotech U300 (Dual mode - WiMax + CDMA Rev.A) branded for Sprint. Have no idea where to get a driver for xoom.
Looks like my modem is working under Linux, http://jebus.nu/tech-corner/sprint-u300 Dut generally I have no idea how to make it for Xoom.
My Huawei is recognized well. I set APN name, but what about APN username and password. Where are setted?
Are there any updated ppp files for the xoom on jelly bean as it does not seem to work with my one....... Also try something called "ppp widget" which seems to be easier to do but still its not worked for me on my xoom...... HELP

who compile kernel 2.6.29-zeus1 tun.ko

I have a Samsung i9008 which is specific for China Mobile 3G TD-SCDMA.
Kernel version: 2.6.29-zeus1
I have compiled a tun.ko file. Installed successfully without any errors (insmod).
But when I connect in VPNC or run vpnc's script, the phone reboot.
I think the procesure of setup tunnel cause phone crash.
I can't find the solution to resolve.
Any suggestion?

[Q] Modules and Drivers Needed for Galaxy Tab 2 (P3100)

Hi guys anyone knows how to compile modules for P3100?
I own a P3100, I want this Tab to run microcom on Terminal Emulator so that I can console/manage Equipments that run Rs232. In order to use microcom, I think I need to attached my Prolific USB to Serial Adapter to ttyUSBx. Furthermore, inorder to attached to ttyUSBx, I need usbserial.ko and pl2303.ko modules.
Although third party apps (Slick USB to Serial) can do this but I would prefer to run it via microcom.
I have successfully run this setup using SGS2 using dorimanx kernel.
Any one knows how to compile kernel, I would be willing to test.
Thanks in advance
nogo8888 said:
Hi guys anyone knows how to compile modules for P3100?
I own a P3100, I want this Tab to run microcom on Terminal Emulator so that I can console/manage Equipments that run Rs232. In order to use microcom, I think I need to attached my Prolific USB to Serial Adapter to ttyUSBx. Furthermore, inorder to attached to ttyUSBx, I need usbserial.ko and pl2303.ko modules.
Although third party apps (Slick USB to Serial) can do this but I would prefer to run it via microcom.
I have successfully run this setup using SGS2 using dorimanx kernel.
Any one knows how to compile kernel, I would be willing to test.
Thanks in advance
Click to expand...
Click to collapse
should be similar, http://stevechui.blogspot.com/2011/10/compiling-kernel-modules-tunko-for.html

New Kernel, Cant Find MicroSD in Windows anymore to copy files

Hi!
Question:
My PC can't detect the storage of my R800i when using the extreme kernel R3 for 2.3ghz overclock.
(It works with lupus.)
On the extreme kernel tread there is a wifi module to install from the recovery
http://forum.xda-developers.com/showthread.php?t=2377507
Is there some sort of USB module as well that is obvious to all or that I missed?

Building kernel with CONFIG_BRIDGE=y

I use my galaxy s6 phone as a wifi hotspot for my desktop (I know, im too cheap to buy an adapter, but bear with me), my phone connects to the internet with wifi and my desktop is tethered to my phone.
Recently I wanted for my PC to apear as if it was directly connected in my lan and not be behind the NAT of my phone.
So what I wanted was to bridge the wlan0 and rndis0 network interfaces. Unfortunantly, I came to discover that the stock S6 kernel doesn't support 802.1 bridges. So I went and compiled a custom kernel. I compiled the stock kernel updated it in my boot.img to see if I was doing everything right and yes, it all went dendy. But when I recompiled the kernel with the CONFIG_BRIDGE=y, the phone goes into a boot loop. Also, a msg apear saying SElinux is not enforced, which is odd.
The question is: wtf? Is it the case that the hardware doesn't support this option? How changing just this option interferes with SElinux. Is there anyone who tried to do this and got it to work? I was able to change some options, like CONFIG_IKCONFIG/IKCONFIG_PROC.. So I'm sure the process of compiling and flashing it is been done correctly.
Additional info:
I'm using G920IDVU4FRD3 samsung stock kernel, which is version 3.10.61
Mine is a sm-g920i.
My current .config file is attached.

Categories

Resources