Extra drivers for Puppy 4.1 with 2.6.25.16 kernel

For drivers and kernel modules.
Message
Author
muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#241 Post by muggins »

Wizard requested the 8192cu wireless driver, for p412.

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#242 Post by muggins »

Re-uploaded with additional config files, thanks to tempestuous.

starhawk
Posts: 4906
Joined: Mon 22 Nov 2010, 06:04
Location: Everybody knows this is nowhere...

#243 Post by starhawk »

I know this thread is old... but...

AnitaOS has Kernel 2.6.25.16, but I cannot get the 8192.ko module to work. It installs but modprobe returns an error. Something about an invalid module format...?

Can anyone help?

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#244 Post by mikeb »

Sounds a little odd... run modinfo on the module and see if the info in there matches the kernel you have.
OR it won't load if another module is already (erroneously) loaded. Check dmesg output too.
mike

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#245 Post by tempestuous »

Kernel modules (drivers) are highly kernel version-sensitive.
They must be compiled against the EXACT kernel they are to be used with. This means not only the same kernel version, but the same kernel configuration.

Bottom line: these drivers will not be compatible with the AnitaOS kernel.

starhawk
Posts: 4906
Joined: Mon 22 Nov 2010, 06:04
Location: Everybody knows this is nowhere...

#246 Post by starhawk »

Gaah... should've guessed :roll: drivers are fussy...

tempestuous, I didn't think you were still around :P thanks for the info -- I'll go pester darry1966, then.

starhawk
Posts: 4906
Joined: Mon 22 Nov 2010, 06:04
Location: Everybody knows this is nowhere...

#247 Post by starhawk »

Two things....

(1) wrong driver -- I need one for a Rosewill RNX-N150UBE USB WiFi b/g/n adapter (Realtek 8188SU chipset); WikiDevi tells me the proper driver is r8712u. I have another similarly named adapter and was apparently on the wrong page when I was looking for an 8192CU driver :oops:

(2) darry1966 doesn't know how to compile drivers :( apparently AnitaOS is a modified 412barebones; the kernel itself should be identical. I don't know how to compile drivers myself -- quite honestly if I did, I'd quite possibly brave the hardware specs of this particular heap and try to do it myself.

So, can anyone build me the driver I need? Please?

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#248 Post by tempestuous »

Here is the 8712u Realtek vendor-supplied wifi driver
for RTL8188SU/8191SU/8192SU/8712SU USB wifi devices.
Attachments
8712u-v2.6.0006-k2.6.25.16.pet
for Puppy 4.1/4.2
(168.63 KiB) Downloaded 978 times

starhawk
Posts: 4906
Joined: Mon 22 Nov 2010, 06:04
Location: Everybody knows this is nowhere...

#249 Post by starhawk »

"Invalid module format"

Grrrr. Aargh.

I may have to stop being lazyish and see if the original Pup412 will boot nicely on this thing; if it does I'll do some of darry's upgrades (principally glibc piped up to 2.10...) and drop that driver down again.

EDIT: mikeb did some sleuthing for me -- I was using an SMP version of AnitaOS (I thought I'd be *avoiding* trouble that way... oh well) and he says that's the issue. So I'll see if the *non* SMP version of AnitaOS works for me.

EDIT2: works! Consider this one [SOLVED] :D

PetRose
Posts: 4
Joined: Tue 19 Jan 2016, 08:04

Newer driver ppm for RTL8187SE around ?

#250 Post by PetRose »

tempestuous wrote:There is a very recent wifi chipset from Realtek called RTL8187SE, which is found in the MSI Wind U100 mini-notebook computer and ASUS Eee 701SD. This is a miniPCI wifi device, not to be confused with the RTL8187 USB chipset.
Hi
found this as the last resort (that I know of) before I try to compile the RTL8187se drivers myself, from the aged (2007) source repo here http://sourceforge.net/p/rtl-wifi/code/ ... -newstack/.

The ppm posted here (http://www.murga-linux.com/puppy/viewto ... 747#237747 by tempestuous) did not work for my LG X110 with PCI RTL8187SE.
Has tried the generic r8180, without luck :cry:

I am on Slacko 6.3.0 and kernel 3.14.55 (32 bit).
Any directions appreciated as a Puppy newbie (pleonasm, a puppy is a newbie).

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#251 Post by muggins »

Hello,

Slacko 6.3.0 has the rtl8187 module. If you run the Internet Connection wizard, and select "Wired or wireless LAN", then select "Network Wizard",
if this module hasn't been loaded, you can try clicking the "Load module" button, select rtl8187, and see if that works.
Attachments
Screenshot1.png
(39.76 KiB) Downloaded 879 times
Screenshot2.png
(53.41 KiB) Downloaded 884 times

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#252 Post by tempestuous »

A couple of points at the outset:

- I understand that newbies do not grasp the issue of kernel compatibility, but this forum thread is clearly titled "Extra drivers for Puppy 4.1 with 2.6.25.16 kernel"
and each download attachment includes the text "Description: for Puppy 4.1".
It should be clear, then, that attempting to use these drivers in Slacko 6.3 is pointless.

- the rtl8187 wifi driver is for Realtek RTL8187L/RTL8187B USB wifi devices. It's completely incompatible with the RTL8187SE PCI wifi device.

- and finally, everything contained in the previous 2 posts has been along the lines of obtaining/installing/activating a driver ... but such presumption can lead you in the wrong diagnostic direction. I say this because all modern Puppies contain the r8187se wifi driver, which should be compatible out of the box ...

so what does this command tell you when you run it -

Code: Select all

rfkill list
and what happens if you press Fn+F6, prior to running the Network Wizard???

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#253 Post by tempestuous »

After 6 days, perhaps I should reiterate:
tempestuous wrote:what happens if you press Fn+F6, prior to running the Network Wizard???

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#254 Post by tempestuous »

Another forum zero-response.
I guess we will never know.

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#255 Post by tempestuous »

Since forum member PetRose appears to have retreated back to primordial ooze without the courtesy of a reply, I will explain my suggested fix:
modern laptops often have an "enable/disable" switch for their wifi hardware. Sometimes this is a dedicated physical switch on the side of the laptop, and sometimes a particular keyboard press is allocated to this task. In the case of PetRose's LG X110 laptop, Google indicates that "Fn+F6" is the relevant key-press. Chances are that wifi will spring to life once these buttons are pressed.

The moral of the story is that the solution to a non-functioning hardware device is not automatically achieved by locating and installing a driver, as is all-too-frequently presumed.

Post Reply