Page 2 of 9

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 13 Dec 2012, 00:45
by Josh
nassus wrote:Unfortunately I got the same message from "insmod" :(.
And the PPP log looks the same.
There is one thing I don't quite understand. I have the kernel source of the S3's latest update, and it is version 3.0.31 ...

Did you check for an update lately?

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 13 Dec 2012, 00:56
by Josh
achindra wrote:Can you please build these binaries for Sony Tablet S running 4.0.4 (Kernel: 2.6.39.4).
My hard drive is running full ...
For every kernel variant I'm creating (which I have to do to retrieve the modules) there are 300 MB gone from the HD space.

I suggest asking at a Sony user's (or developer's) forum. Or - you can do it yourself.

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 13 Dec 2012, 20:52
by Michael J
Josh wrote: I suggest asking at a Sony user's (or developer's) forum. Or - you can do it yourself.
so why not u make a brief step-by-step tutorial on how we can do this, instead of bothering u making new drivers over and over on every update? :)

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 16 Dec 2012, 18:14
by dpunto
Hello, could you help me?
and installed ppp widget, but always says modem not found, my kernel is
3.0.31 -523998
is a samsung GT-P5110
version 4.1.1 thanks ...

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 16 Dec 2012, 18:47
by nassus
Hello Josh,

I know there is a update to Jellybean but I did not want to upgade just yet. Is there a relation between this and the fact that I cannot install the driver?

Thanks.

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 16 Dec 2012, 20:43
by Josh
dpunto wrote:my kernel is 3.0.31 -523998
is a samsung GT-P5110
I have added drivers for this kernel version and name. They are taken from a source tree from a different device though (Galaxy Note II).

If the modules cannot be loaded, I would need one of the modules that came with the system (most likely in "/system/lib/modules").
You can simply attach it to a post here (extension ".ko").

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 16 Dec 2012, 20:48
by Josh
nassus wrote:Is there a relation between this and the fact that I cannot install the driver?
As I said, I have taken the modules from the kernel source which is intended for a different Samsung device. In theory, it should work - the processor type is the same, and the serial USB modules don't have any special system dependencies.

There might be differences in the basic kernel configuration though. To compare the modules, I'd need a module that came with the official system on your device. See reply to dpunto above.

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 16 Dec 2012, 22:27
by dpunto
hello again.
me, to run and put the files in sdcard / pppwidget / lib.
and then entered terminal
and this is the result:
Image

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 16 Dec 2012, 22:35
by Josh
dpunto,

as I said, I need one of the modules on your device.

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 16 Dec 2012, 23:13
by dpunto
sorry here I leave the files ..
are copied from system / lib / module


https://dl.dropbox.com/u/27157870/htcmania/P-5110.rar

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 17 Dec 2012, 01:00
by Josh
dpunto,

can you try once more? I have posted a new module package.

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 17 Dec 2012, 09:02
by nassus
Josh wrote:
nassus wrote:See reply to dpunto above.
I don't seem to have the "module" folder in /system/lib, can I find the needed files in some other place?

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 17 Dec 2012, 10:53
by Josh
nassus,

I have updated the driver package for your S3 version. Can you try again?

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 17 Dec 2012, 11:32
by nassus
Ok, something works and something doesn’t. Here is a screenshot. Could I try another usbserial module?
Screenshot_2012-12-17-11-26-13.png
Screenshot_2012-12-17-11-26-13.png (121.96 KiB) Viewed 196630 times

Re: Driver Modules (for victims of the "No driver found" iss

Posted: 17 Dec 2012, 14:38
by Josh
Before you try installing again, issue the command "rmmod" with all of the drivers. In this case, leave the extension out:

# rmmod option

The order is important: option - usb_wwan - usbserial.

For installing the modules reverse this order.

The usbserial module is probably not needed. It may be that this driver is built into the kernel; in that case you can just ignore the errors when loading/unloading.