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.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Knoppix Help Forum > 56kmodem dial up setup problem

Forgot Password?
 Knoppix Help Forum   For all discussions about Knoppix, the Linux "Live CD" that lets you run Linux without needing to install on your hard drive.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Closed Thread
 
Thread Tools Display Modes
Old 10-23-2007   #21 (permalink)
Just Joined!
 
Join Date: May 2007
Posts: 35
As I've said before, I had selected DSL because it runs off of RAM and it was perfect for my situation since I'm limitted on HD space. Kubuntu doesn't run only on the RAM. It's critical that I get a distro that will only occupy a max of 150MB more or less.

How do I determine if kppp exist. Is it in the menu, the desktop? I don't see it? Is there another distro that will work with my compaq and /or with the new xircomcrd that I've unfortunately ordered?
jim simon is offline  



Old 10-23-2007   #22 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,155
Send a message via AIM to Dapper Dan
Quote:
Originally Posted by jim simon View Post
As I've said before, I had selected DSL because it runs off of RAM and it was perfect for my situation since I'm limitted on HD space. Kubuntu doesn't run only on the RAM. It's critical that I get a distro that will only occupy a max of 150MB more or less.

How do I determine if kppp exist. Is it in the menu, the desktop? I don't see it? Is there another distro that will work with my compaq and /or with the new xircomcrd that I've unfortunately ordered?
It appears kppp is not in DSL, but pppdial which looks pretty straight forward. It should be in your menu. I'll download the latest DSL and have a look for you. If the Xircom 56K doesn't perform to your expectations, you send it back.

EDIT: I just fired up DSL and had my wireless device configured in about 2 minutes! DSL has come a long way since last I looked at it. pppdialer looks simple enough, and xirc2ps_cs IS included in /lib/modules. If you plug in the device and fire up DSL, it should find the device and load the driver.
__________________
CRUX 2.6 + IceWM Registered:#371367 New Members: click here

Last edited by Dapper Dan; 10-23-2007 at 10:26 PM..
Dapper Dan is offline  
Old 10-24-2007   #23 (permalink)
Just Joined!
 
Join Date: May 2007
Posts: 35
Oh good, I feel better now. Can you tell me the steps on how you determined xirc2ps_cs IS included in /lib/modules? Did I enter updatedb in the wrong place other than root?
jim simon is offline  
Old 10-24-2007   #24 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,155
Send a message via AIM to Dapper Dan
I don't think DSL has "locate" but I'm still looking at it.

In fact, I'm coming to you right now from DSL from a 56k connection with my trusty old Actiontec serial modem configured with pppdialer. The dialer is pretty easy to configure. Once configured, you just bring up pppdialer, enter the name of the connection you want, and press "dial." That's all there is to it.

Do:
Code:
cd /lib/modules/2.4.26/pcmcia
and press enter. Then:
Code:
ls
and press enter, and you will see xirc2ps_cs.o there.
__________________
CRUX 2.6 + IceWM Registered:#371367 New Members: click here

Last edited by Dapper Dan; 10-24-2007 at 01:53 AM..
Dapper Dan is offline  
Old 10-24-2007   #25 (permalink)
Just Joined!
 
Join Date: May 2007
Posts: 35
I tried the steps and saw that, yes, xircom was listed. For now, I'll just have to wait till I get my hands on the card from the mail before I can proceed. It may be a month or so before I will advise you on my progress since I will not be in the country. I will answer you on this same thread when I return to try it out. Thanks for your help and consideration.
jim simon is offline  
Old 12-01-2007   #26 (permalink)
Just Joined!
 
Join Date: May 2007
Posts: 35
Hi Dapper Dan:
I'm back from my trip and have received in the mail the xirc2ps-cs.o card that you had recommended to me. I have an installation CD that came with it. I think you had told me a month ago that all I had to do when I got the new card was to insert the xircom card, then turn on the computer, and boot up DSL. So just to make sure, in order not to make any errors and follow precisely your instructions, should I insert the card in the computer slot and run the installation CD, or do you think the card will function properly if I just insert it the slot without having to run the installation CD.
jim simon is offline  
Old 12-01-2007   #27 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,155
Send a message via AIM to Dapper Dan
Hi Jim... The drivers on the cd are going to be for Windows. DSL has the drivers for your device already... or at least they were there on the new version of DSL that I downloaded. So I'd think it's just a matter of plugging it in and booting. DSL seems to have good hardware detection, so it should find and configure it. After booting, do:
Code:
lsmod
and see if the driver is present. If it is, you should be able to configure your connection from there. If not, you may have to run:
Code:
modprobe xirc2ps_cs
With the device plugged in.
__________________
CRUX 2.6 + IceWM Registered:#371367 New Members: click here
Dapper Dan is offline  
Old 12-02-2007   #28 (permalink)
Just Joined!
 
Join Date: May 2007
Posts: 35
Let me say, that I don’t know where those 2 last posts about the Viagra came from. Someone is playing pranks on the forum.


All is going well so far. I entered the code “lsmod” and the list shows “xircom_tulip_cb” with a size of 11992, and the list also shows “xircom_cb” with a size of 5600. Are these the drivers that are required and that you are referring to?
jim simon is offline  
Old 12-02-2007   #29 (permalink)
Super Moderator
 
Join Date: May 2004
Location: Arch Linux
Posts: 13,054
Quote:
Originally Posted by jim simon View Post
Let me say, that I don’t know where those 2 last posts about the Viagra came from. Someone is playing pranks on the forum.
Spam posts removed, spammers banned!
__________________
oz

New Members: * README *
ozar is offline  
Old 12-02-2007   #30 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,155
Send a message via AIM to Dapper Dan
They may be part of what's needed but I'm not sure. The driver I remember reading about that your device specifically needed is xirc2ps_cs. So I'd do:
Code:
modprobe xirc2ps_cs
Then lsmod and see if xirc2ps_cs is listed.
__________________
CRUX 2.6 + IceWM Registered:#371367 New Members: click here
Dapper Dan is offline  
Closed Thread


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

Free Magazines
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it.
subscribe
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 03:08 AM.






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

Content Relevant URLs by vBSEO 3.3.1