View Full Version : Linux Fedora help
minacross
August 3rd, 2004, 01:19 PM
I installed Fedora Linux CORE1 successfully. But I have 2 problem:
1. My modem (Motorolla SM56 PCI Speakerphone Modem)is not detected. Where can I get its drive? how can I install its drive?
2. How can I access Windows partitions where I have my documents and downloaded programs (Win/Linux).
thanx in advance..
Close_Hauled
August 3rd, 2004, 04:22 PM
Minacross;
Our resident Linux guru is Unicron (http://www.wilderssecurity.com/member.php?find=lastposter&t=40430). He is pretty good, but he doesn't hang around much.
I Google'd Motorola SM56 Fedora Linux (http://www.google.com/search?hl=en&ie=UTF-8&q=Motorola+SM56+Fedora+Linux&btnG=Google+Search) and found some information that you can look through.
I know that PCI Win modems like yours were not supported in earlier versions of Linux. This is due to the fact that they are not controller based and do not do there own processing. They rely on the OS drivers and your CPU to do it. External modems and higher end internal modems are controller based, and therefore OS independent. There is a brief white paper here (http://www.usr.com/products/home/p-home-menu.asp), called "Modems 101" that explains it better than I can.
If you cannot find a Linux driver for your modem, then you may want to purchase this modem (http://www.usr.com/products/home/home-product.asp?sku=USR5633A), or this modem (http://www.usr.com/products/home/home-product.asp?sku=USR5610B).
Close Hauled
nick s
August 3rd, 2004, 04:51 PM
You can find instructions on mounting NTFS partitions from Fedora Core 1 here Fedora Core 1 Tips and Tricks (http://home.gagme.com/greg/linux/fc1-tips.php) and here NTFS RPMs for Fedora & RedHat (http://linux-ntfs.sourceforge.net/rpm/instructions.html). For FAT32 partitions look here Accessing a Windows Partition (https://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/getting-started-guide/s1-q-and-a-windows.html).
Nick
minacross
August 4th, 2004, 01:59 PM
thanx :)
I will PM Unicorn to seek his help..
thannx again guys.
minacross
August 6th, 2004, 04:00 AM
I managed to install Motorolla SM56 PCI Speakerphone modem driver package "sm56-06.05.00-1.rh9.i386.rpm" (from http://www.motorola.com/softmodem/driver.htm#linux) with the command:
rpm -ivh sm56-06.05.00-1.rh9.i386.rpm and restarted the pc as requested.
It is required that I run the command 'insmod sm56' to complete installation but when I do that I receive this error message:
------------------------------
[root@localhost minacross]# insmod sm56 Using /lib/modules/2.4.22-1.2115.nptl/kernel/drivers/char/sm56.o
/lib/modules/2.4.22-1.2115.nptl/kernel/drivers/char/sm56.o: unresolved symbol tty_register_driver_R536a8785
/lib/modules/2.4.22-1.2115.nptl/kernel/drivers/char/sm56.o: unresolved symbol register_chrdev_R798ae190
/lib/modules/2.4.22-1.2115.nptl/kernel/drivers/char/sm56.o: unresolved symbol irq_stat_R95cc1909
/lib/modules/2.4.22-1.2115.nptl/kernel/drivers/char/sm56.o: unresolved symbol tty_unregister_driver_R88d97e89
/lib/modules/2.4.22-1.2115.nptl/kernel/drivers/char/sm56.o:Hint: You are trying to load a module without a GPL compatible license and it has unresolved symbols. The module may be trying to access GPLONLY symbols but the problem is more likely to be a coding or user error. Contact the module supplier for assistance, only they can help you.
------------------------------
how can I install my modem?
UNICRON
August 18th, 2004, 02:06 PM
Close_Hauled is overly kind in referring to me as a guru. I can assure you I am not; rather a guy learning like everyone else.
Some of the problems faced by linux users with hardware are very difficult to figure out even if the solutions is not complex once discovered.
Yoy problem seems to to stem from the motorola object file expecting certain defined variables/constants that are not defined. This may mean that expected software is not installed or not compiled against expected object libraries.
Unfortunately, from here there isn't much more I can determine. One thing about linux is that most drivers are retro fitted to the OS from current windows drivers. This is often imperfect. As Close_Haulled mentioned picking hardware known to work with linux is advisable when you can. Obviously if you are installing linux on an old computer this isn't possible.
One other possibility exists and that is to recompile your kernel with support for the modem. This will only be possible if the dist and version of linux had a driver for that modem available. Consult your dist's documentation for how to do this. It should be possible to determine if the driver is available during the kernel config stage so you can abort compilation iif it isn't available.
vBulletin® Copyright ©2000-2012, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2012, Wilders Security Forums