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.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Knoppix Help Forum > Hardware Detection

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
Reply
 
Thread Tools Display Modes
Old 12-24-2005   #1 (permalink)
Just Joined!
 
Join Date: Dec 2005
Posts: 7
Hardware Detection

I've got a Generic SoftK56 internal modem. Can anyone tell me if this compatbile with Knoppix?
Thanks
mainframe_caduceus is offline  


Reply With Quote
Old 12-24-2005   #2 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,136
Send a message via AIM to Dapper Dan
Google on "Soft56k Linux" revealed this.
__________________
CRUX 2.5 + IceWM Registered:#371367 New Members: click here
Dapper Dan is offline   Reply With Quote
Old 12-24-2005   #3 (permalink)
Just Joined!
 
Join Date: Dec 2005
Posts: 7
Modem drivers

I found the drivers on a website called Linuxant. Is it possible to save the drivers on a USB Disk and install it from there (in Knoppix)?
Thanks
mainframe_caduceus is offline   Reply With Quote
Old 12-24-2005   #4 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,136
Send a message via AIM to Dapper Dan
Quote:
Originally Posted by mainframe_caduceus
I found the drivers on a website called Linuxant. Is it possible to save the drivers on a USB Disk and install it from there (in Knoppix)?
Thanks
Knoppix *should* recognize and mount your usb stick, so yes, it can be done that way. Do you know how to install the linuxant drivers? Do they give directions? I tried installing conexant (linuxant drivers) once years ago and failed. I hope their install, drivers and directions have improved.
__________________
CRUX 2.5 + IceWM Registered:#371367 New Members: click here
Dapper Dan is offline   Reply With Quote
Old 12-25-2005   #5 (permalink)
Just Joined!
 
Join Date: Dec 2005
Posts: 7
Which connection should you choose?

I've been trying to connect to the Internet using the PEP protocl but it doesn't work. I've entered all the details like username, password, provider name, etc but it simply goes to the dial- up message screen and nothing happens. Do I have to configure the drivers for the modem first? In the setup process it looked like DSL had already done that (when it asks you to choose which serial port the modem is on) and I chose the default option (S1), but it didn't work.
Thanks
mainframe_caduceus is offline   Reply With Quote
Old 12-26-2005   #6 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,136
Send a message via AIM to Dapper Dan
If the drivers for the modem aren't installed, it will not work. Look at their site about how to install them. Once they are, try again.
__________________
CRUX 2.5 + IceWM Registered:#371367 New Members: click here
Dapper Dan is offline   Reply With Quote
Old 12-26-2005   #7 (permalink)
Just Joined!
 
Join Date: Dec 2005
Posts: 7
How do you mount the USB Drive?

I think I've found the right drivers but I don't know how to get them to DSL. I've saved them on a USB Drive but I don't know how to mount it. Could you please tell me the commands that are used to do this?
Thanks
mainframe_caduceus is offline   Reply With Quote
Old 12-26-2005   #8 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,136
Send a message via AIM to Dapper Dan
First, look in /media and in /mnt to see if it is mounted already there. It may be sda1 or something similar. If not, DSL likely has it at /dev/sda1. Open a terminal, and as root go...
Code:
mkdir /media/usbstick
This creates the directory 'usbstick' where we will mount /dev/sda1. Then...
Code:
mount /dev/sda1 /media/usbstick
Code:
cd /media/usbstick
Code:
ls
'ls' is to list what's in the directory. If your usb stick is at /dev/sda1, then you should see the downloaded driver with the ls command. To unmount the usbstick...
Code:
umount /media/usbstick
Now that's umount, not unmount.
__________________
CRUX 2.5 + IceWM Registered:#371367 New Members: click here
Dapper Dan is offline   Reply With Quote
Old 12-27-2005   #9 (permalink)
Just Joined!
 
Join Date: Dec 2005
Posts: 7
Modem Drivers for DSL

I think I've got the wrong driver. Its filename says knoppix 4.0.2 and I'm using DSL. When I tried to mount the USB Drive it didn't work. I then tried to copy the driver from the hard drive to the ram disk but it kept saying 'file not taggged'.
The floppy drive does automount but I don't know how to copy the driver to the ramdisk. Also, when the driver is copied, should it configure the modem automatically, or does that have to be done by the user?
Thanks
mainframe_caduceus is offline   Reply With Quote
Old 12-29-2005   #10 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,136
Send a message via AIM to Dapper Dan
Wink

The driver should be OK. DSL is a Knoppix derivative as are many other live cd distros.

You are wanting to install the driver for when you are booted into DSL as a live CD? Are you going to install DSL to HD? If you install the driver and get your modem working in DSL as a live CD you will have to re-install it every time you boot to DSL.

You should find your floppy at /mnt/floppy. The driver is on the floppy? As Root...
Code:
mount /mnt/floppy
Code:
cd /mnt/floppy
Code:
ls
Is the driver listed there? Then you can run it if it is. Are you sure you can't be interested in an external serial modem?
__________________
CRUX 2.5 + IceWM Registered:#371367 New Members: click here
Dapper Dan is offline   Reply With Quote
Reply


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
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 11:33 AM.






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

Content Relevant URLs by vBSEO 3.3.0 RC2