Results 11 to 20 of 73
You never posted the system information that rokytnj asked for, so there is no way of knowing what chip you have. Read through the post linked to below, and provide ...
- 07-23-2009 #11
You never posted the system information that rokytnj asked for, so there is no way of knowing what chip you have. Read through the post linked to below, and provide the information that it tells how to find.
Wireless Setup - Start HerePaul
Please do not send Private Messages to me with requests for help. I will not reply.
- 07-23-2009 #12Just Joined!
- Join Date
- Jul 2009
- Location
- Drexel Hill, Pennsylvania
- Posts
- 35
Sorry, I'd forgotten to do that. I've attached the file here.
- 07-23-2009 #13
Thank you for the accurate info, it is much appreciated. I know have a clearer picture of your situation.
It appears that the driver module is not loading. According to LinuxWireless.org, where you got your quote from, the driver should be in this folder:
/lib/modules/2.6.29.4-167.fc11/kernel/drivers/staging/rtl8187se/rtl8187se.ko
I guessed the folder name (2.6.29.4-167.fc11), based on your kernel version. So, the folder may have a slightly different name. If the driver is in that folder, try manually loading it. Use the su command to first gain root privileges.
If the module doesn't exist in that folder, then it wasn't compiled into your kernel. I don't know why it would have been omitted, but you can try to add it. Download and compile the compat-wireless driver package from LinuxWireless.org.Code:modprobe rtl8187se
Download - Linux Wireless
Or you can get just the Realtek driver from here:
Main Page - Realtek Linux wireless driverPaul
Please do not send Private Messages to me with requests for help. I will not reply.
- 07-23-2009 #14
Upon further review, I don't think that the rtl8187se driver will be found in either the compat-wireless or the Realtek Linux driver packages. I don't know where to find the Linux driver for your card. Even Realtek doesn't have it at their web site.
You may have to use NDISwrapper, along with the WinXP driver. That driver can be found here:
Realtek
EDIT: I found a copy of the Linux driver. It can be downloaded from here:
http://msi-wind-linux.googlecode.com...nux-04.tar.bz2
Here's the original site that I got that info from:
msi-wind-linux - Project Hosting on Google Code
MSi Wind 802.11b/g RTL8187SE Linux Driver
There is no guarantee that you can compile this to work on the latest kernel.Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 07-23-2009 #15
It looks like the driver might be somewhat experimental, according to the Debian Wiki
There appears to be some issues with kernel panics and this driver as well. There's a patched version available for Arch Linux to fix the problem.The RTL8187SE chipset is not supported by the project at this time. An experimental vendor driver is available, which is included in the mainline Linux kernel since 2.6.29-rc1. It is present in Debian kernel images since 2.6.29.1
AUR (en) - rtl8187se-patched
If it worked fine for you under Ubuntu, have you considered switching back?
- 07-24-2009 #16Just Joined!
- Join Date
- Jul 2009
- Location
- Drexel Hill, Pennsylvania
- Posts
- 35
- 07-24-2009 #17Just Joined!
- Join Date
- Jul 2009
- Location
- Drexel Hill, Pennsylvania
- Posts
- 35
- 07-24-2009 #18Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 07-27-2009 #19Just Joined!
- Join Date
- Jul 2009
- Location
- Drexel Hill, Pennsylvania
- Posts
- 35
Alright, I'm feeling pretty incompetent right now, so thanks for bearing with me.
I installed the driver, and the internet worked fine. I was able to connect wirelessly with no problems.
I just turned my computer back on (after shutting it down a about an hour ago) and now the driver isn't there, and I can't detect any of the networks just like before.
I tried installing the driver again, but it won't work now.
- 07-27-2009 #20
Is the driver module automatically loading at boot? Take a look for it in the output of this command.
If it isn't there, then load it. Use su first to gain root privileges.Code:lsmod
Code:modprobe rtl8187se
Paul
Please do not send Private Messages to me with requests for help. I will not reply.




