Results 1 to 4 of 4
Hi Everyone,
I have recently installed a smartlink modem driver on my Red Hat 8 system. My computers modem is a WinModem and for this reason I have been having ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-14-2003 #1Just Joined!
- Join Date
- Apr 2003
- Posts
- 6
Cannot locate module?
Hi Everyone,
I have recently installed a smartlink modem driver on my Red Hat 8 system. My computers modem is a WinModem and for this reason I have been having some fun trying to get the thing working in Red Hat, I have successfully installed the package slmdm-2.6.X.tar.gz from smartlink.
The instructions provided with this package indicate that to use the scripts you should simply cd to /lib/modules/<kernel-version>/misc and run the command:
#modprobe slamrmo
I have added the modprobe command (contained in /sbin) to my path so that I can run it from anywhere however I am not able to run the slamrmo module.
I have tested the modprobe command on other modules in the indicated directory and they work fine, however the slamrmo command results in the following error message:
"Can't locate module slamrmo!"
If anybody out there knows why the modprobe command cannot locate the module can you please let me know?
Thanks
David
- 04-15-2003 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
Case sensitivity?
Also, is the slamrmo module in the /lib/modules/<kernel-version/misc folder? (ie, do an ls s* )
Jason
- 04-15-2003 #3Just Joined!
- Join Date
- Apr 2003
- Posts
- 6
Jaguar,
Thanks for the info. I have determined that the module exists and have also maintained "case correctness", I am still stuck. If you have any further suggestions they will be greatly appreciated.
Thanks
:?:
David
- 04-15-2003 #4Linux Engineer
- Join Date
- Mar 2003
- Location
- U.S.A.
- Posts
- 1,025
In the future, a way to find stuff if you know the name of is "find -name" cmd and it accepts wildcards * so you could find the samba configuration file by "find -name smb.conf" .
Dan
\"Keep your friends close and your enemies even closer\" from The Art of War by Sun Tzu\"


Reply With Quote
