Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Linux Resources > Linux Tutorials, HOWTO's & Reference Material
Reload this Page Sucess: Motorola SM56 PCI Speakerphone Modem In Fedora 1
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Linux Tutorials, HOWTO's & Reference Material A useful collection of tutorials, guides and reviews compiled here for easy reference purposes.

 
 
Thread Tools Display Modes
Old 07-23-2004   #1 (permalink)
Just Joined!
 
Join Date: Jul 2004
Posts: 7
Sucess: Motorola SM56 PCI Speakerphone Modem In Fedora 1

This is how i made my sm56 pci speakerphone modem work under Fedora core 1.


Warning: U should verify what i am suggesting.Please. I am not a professional linux expert.

What u require:

1. Kernel 2.4.18-14 source from
ftp://ftp.redhat.com/pub/redhat/linu...18-14.i386.rpm

(I haven't tested redhat 9.0's kernel !!!. Also kernel-2.4.22 won't work. If u are using download managers, message that site
refuses connection might come.Keep on retrying. I used Opera web browser to get to the location
and download accelerator plus to download the 28 MB file. In Internet explorer you are asked
username and password. Try with 'anonymous' and passwd as your email ID. )

2. gcc-2.96-98.i386.rpm and cpp-2.96.98.i386.rpm from
ftp://ftp.redhat.com/pub/redhat/linu...6/RedHat/RPMS/


3. binutils-2.13.90.0.2-2.i386.rpm from
ftp://ftp.redhat.com/pub/redhat/linu...6/RedHat/RPMS/

4. motorola driver sm56-gcc3.tar.gz from www.sm56.tk download section.

Now, u have to remove your gcc, cpp, gcc-objc, gcc-c++, binutils from Fedora core 1 installation.
Use rpm -e --nodeps *.rpm (recheck it !!!)

5. install gcc-2.96-98.i386.rpm, cpp-2.96.98.i386.rpm and binutils-2.13.90.0.2-2.i386.rpm
use rpm -ivh --force *.rpm (recheck it !!!) if required in case of conflicts.

6. Install the source kernel-source-2.4.18-14.i386.rpm. It will be installed in ur /usr/src/ path.


7. If you have previously installed kernel-2.4.18-14, make sure u remove the source folder,also
/lib/modules/linux-2.4.18-14 and related files in /boot .

8. Move to /usr/src/linux-2.4.18-14

now to compile the kernel:

1. make mrproper
2. make xconfig (be sure install the x development pkg from 'add and remove packages')
3. choose the option 'load configuration file' from the X menu. Type /boot/config-2.4.22-1.2115.nptl
4. now choose menu 'loadable module support' and select y in it.
5. choose 'network device support' and chose y in network device support option and also make
ppp related options below it as y or m (preferebly m)
6. I had also disabled the kernel debugging option from menu of kernel hacking.
7. save an exit.
8. do 'make dep' then later 'make modules' then 'make modules_install' (no erro messages should come)
and finally 'make install'. I had got error message at the end step. My initrd.img file for this
kernel was not created, so i did 'mkinitrd /boot/initrd-2.4.18-14custom.img 2.4.18-14custom'
9. Make sure u have vmlinuz, system-map, initrd corresponding to this kernel in /boot .



9. Boot with ur new kernel. Using bootdisk may not be possible as vmlinuz may be big. So use
loadlin by copying the vmlinuz-2.4.18-14custom file to a floppy or dos drive. Or configure grub.

10. While booting u might get unresolved dependencies message for modules. I did 'depmod -a'
and deleted the modules listed (if any).

11. Now untar the sm56-gcc3.tar.gz using 'tar -xvzf sm56-gcc3.tar.gz'. Go to the folder sm56-gcc3.

12. Open the Makefile with an editor. Go to a line like '......./usr/src/linux-2.4/include......' and
convert it to '......./usr/src/linux-2.4.18-14/include......'. Do a 'make' from shell when in this
directory. Then 'make install'. Choose any country code .

13. Open kppp. Set the device at /dev/modem. Then 'Query for modem'. You should get a dialog box
filled with values.

14. From main kppp menu give dialup information and dial.

If you encounter any problems, send it to me at tuxnoel@indiatimes.com. I am a normal Linux user.
not an expert.

I uploaded this page from my modem connected by above method. Thanks to www.sm56.tk and all people
who care to tell others how they get things to work.
tux21 is offline  
Old 07-23-2004   #2 (permalink)
Linux Engineer
 
Join Date: May 2003
Location: Greece / Athens
Posts: 1,171
Send a message via ICQ to stathisx Send a message via AIM to stathisx Send a message via MSN to stathisx Send a message via Yahoo to stathisx Send a message via Skype™ to stathisx
my friend of mine had problem with setting up this modem.i'll tell him to see your post and mail you if something goes wrong..
__________________
Linux For Ever!
stathisx is offline  
Old 07-23-2004   #3 (permalink)
Just Joined!
 
kartik_mistry's Avatar
 
Join Date: Jun 2004
Location: Mumbai [ India ]
Posts: 28
Good

I was about to throw this MODEM from my pc, now I'll keep it with me !
And Send this POST to many friends !

Thanks,
__________________
<Kartik
\"Real men upload their backups to FTP and let the world mirror them.\" --Linus Torvalds
/Kartik>
kartik_mistry is offline  
Old 07-24-2004   #4 (permalink)
Just Joined!
 
Join Date: Jul 2004
Posts: 7
I would like to add that the official kernel of redhat hat 7.0 can also be used with the motorola
drivers originally provided by motorola. But with that kernel ( 2.4.2-2), rpm refuses to function in fedora !!! Also therefore up2date and releated packages will fiail.
tux21 is offline  
Old 07-24-2004   #5 (permalink)
Just Joined!
 
Join Date: Jul 2004
Posts: 7
amendment ( correction )

sorry it is redhat 7.1 and not redhat 7.0. It can be obtained fron ftp.redhat.org .
tux21 is offline  
Old 08-16-2004   #6 (permalink)
Just Joined!
 
Join Date: Aug 2004
Posts: 1
Re: SUCESS: MOTOROLA SM56 PCI SPEAKERPHONE MODEM IN FEDORA 1

Hi!

I went through all of the steps tux21 wrote. Everything is fine, 2.4.18 kernel has been recompiled, driver has been installed and modem responds, but after dialing up to my internet provider i get NO CARRIER. Has anyone got stuck with such problem?

Thanks.
ejik is offline  
Old 08-18-2004   #7 (permalink)
Just Joined!
 
Join Date: Jul 2004
Posts: 7
sorry i am not an expert. I had no such problems. maybe you should check ur configurations. If u are able to dial with ur modem, this might be some other problem.

Maybe someone is kind enough to answer ?
tux21 is offline  
Old 08-19-2004   #8 (permalink)
Just Joined!
 
Join Date: Aug 2004
Location: dhaka
Posts: 2
Send a message via MSN to biplobbd Send a message via Yahoo to biplobbd
it will help me a lot...
biplobbd is offline  
Old 08-19-2004   #9 (permalink)
Linux Guru
 
Join Date: Apr 2003
Location: London, UK
Posts: 3,284
This topic is now locked.
Please ask any questions on the forums.

Thanks,

Jason
jasonlambert is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem on Motorola Lifestyle modem configuration on Fedora core 4 riaz_riaz21 Redhat / Fedora Linux Help 0 09-28-2006 05:08 AM
Problem installing Motorola sm56 pci speaker phone modem gobindaghosh Redhat / Fedora Linux Help 0 10-14-2005 10:34 PM
help!! cant get motorola sm56 to work under fedora core 2 janet Redhat / Fedora Linux Help 1 06-17-2005 01:07 PM

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 06:50 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0