Linux - NewbieThis 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.
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.
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!!
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.
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.
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:
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!!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.