Page 13 of 13

Posted: Wed 27 Jul 2011, 21:17
by muggins
Wizard requested the 8192cu wireless driver, for p412.

Posted: Sun 31 Jul 2011, 04:47
by muggins
Re-uploaded with additional config files, thanks to tempestuous.

Posted: Thu 06 Feb 2014, 04:14
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?

Posted: Thu 06 Feb 2014, 12:35
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

Posted: Thu 06 Feb 2014, 23:03
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.

Posted: Thu 06 Feb 2014, 23:48
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.

Posted: Fri 07 Feb 2014, 00:32
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?

Posted: Fri 07 Feb 2014, 03:40
by tempestuous
Here is the 8712u Realtek vendor-supplied wifi driver
for RTL8188SU/8191SU/8192SU/8712SU USB wifi devices.

Posted: Fri 07 Feb 2014, 04:03
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

Newer driver ppm for RTL8187SE around ?

Posted: Tue 19 Jan 2016, 11:17
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).

Posted: Tue 19 Jan 2016, 22:06
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.

Posted: Thu 21 Jan 2016, 01:03
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???

Posted: Tue 26 Jan 2016, 04:28
by tempestuous
After 6 days, perhaps I should reiterate:
tempestuous wrote:what happens if you press Fn+F6, prior to running the Network Wizard???

Posted: Thu 28 Jan 2016, 04:16
by tempestuous
Another forum zero-response.
I guess we will never know.

Posted: Fri 05 Feb 2016, 10:43
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.