Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-07-2005, 05:43 AM
|
#1
|
LQ Newbie
Registered: Feb 2005
Location: UK
Distribution: Fedora Core 3
Posts: 6
Rep:
|
Total linux noob here!!!
Right-o guys.... Firstly Hello!... I'm Just starting to learn C++ and thought i'd give linux a try to se what it's like... very impressed from what i've seen... using Fedora core 3...
The only problem is that I can't acess the internet as I've got and Alcatel USB modem... I've got the drivers but i can't instal ppp as it's too big to fit on a floppy disc.... and for some reason i can't mount either of my CD drives.... I've been told that my current LG CD-RW should use the generic-mmc driver..... Just wondering if it comes in with the installation or whether you need to download it from somewhere?.... I Just want to get the internet and general drives working for the moment... before i start hacking up my kernal!!
Cheers peeps!
Steve
|
|
|
02-07-2005, 05:57 AM
|
#2
|
Member
Registered: Aug 2003
Location: UK
Distribution: Gentoo 64
Posts: 383
Rep:
|
ok, how are you trying to mount them? From the icons on the desktop? Or by the console?
|
|
|
02-07-2005, 06:14 AM
|
#3
|
Member
Registered: Mar 2004
Location: London, UK
Distribution: Ubuntu Breezy and Dyne:Bolic
Posts: 64
Rep:
|
Hello!
I have used FC3 in the past with an Alcatel Speedtouch like yours. To get it running, got to:
http://speedtouchconf.sourceforge.net/
Just download and unTar the archive, and make sure you read the instructions. If you have the alacatel.sys file from Windows already then you're laughing. Otherwise, you'll have to get a hold of the microcode via the method in the docs for the Speedtouch Configure script.
It just works once you get a hold of the microcode. No fuss, no muss.
|
|
|
02-07-2005, 06:21 AM
|
#4
|
Member
Registered: May 2003
Location: Wageningen, the Netherlands
Distribution: OS X & Linux Mint
Posts: 488
Rep:
|
It is possible to split files into 1440k sized parts on one computer, transfer them with a floppy, and catenate them back together on the linux machine with the "cat" command. Like so:
Code:
cat part1 part2 part3 ... partN > whole_file
Getting the cdrom working would be easier of course. I don't use Fedora, but maybe posting the /etc/fstab file would help. In the mean time, have you tried opening a terminal, typing "su" and then root password, and then "mount /mnt/cdrom" (substitute "/mnt/cdrom" for whatever your mountpoint is called, you can see in the /mnt directory or in the /etc/fstab file).
Hope that helps.
|
|
|
02-07-2005, 02:36 PM
|
#5
|
Member
Registered: Jan 2005
Distribution: Solaris, Linux Fedora Core 6
Posts: 170
Rep:
|
Quote:
Originally posted by JunctaJuvant
It is possible to split files into 1440k sized parts on one computer, transfer them with a floppy, and catenate them back together on the linux machine with the "cat" command. Like so:
Code:
cat part1 part2 part3 ... partN > whole_file
Getting the cdrom working would be easier of course. I don't use Fedora, but maybe posting the /etc/fstab file would help. In the mean time, have you tried opening a terminal, typing "su" and then root password, and then "mount /mnt/cdrom" (substitute "/mnt/cdrom" for whatever your mountpoint is called, you can see in the /mnt directory or in the /etc/fstab file).
Hope that helps.
|
You can also "tar" a multi diskette tar file using the "-M" switch. Example:
Code:
tar cvzMf /dev/fd0 *
Tar will prompt you when to switch diskettes.
|
|
|
02-07-2005, 07:38 PM
|
#6
|
LQ Newbie
Registered: Feb 2005
Location: UK
Distribution: Fedora Core 3
Posts: 6
Original Poster
Rep:
|
ok.... i'll be honest and just come out and asy that all of that went over my head.... managed to get the cd drive working... not sure how or why... but now I've realised that i have no idea how to do anything in linux... it's all a bit gibberish.... think i need to get a book or something!!
|
|
|
02-08-2005, 05:11 AM
|
#7
|
Senior Member
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851
Rep:
|
Take a look here and here. These should give you a good start.
|
|
|
All times are GMT -5. The time now is 06:54 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|