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.
I didn't know whether to post here or in Hardware but as my troubles are probably more easy to solve than the ones fro; the other forum and are caused by my ness I post here.
My ADSL modem won't be set up. Mandrake 9.2 detects it but it doesn't work. I downloaded (with windows where everything works) drivers for Linux so it souhld be possible to make it work. The problem is I don't know how to install those drivers ... It's a file with a .tgz extension ...
I think that once the modem is on and working, Internet configuration should work alright.
The other trouble I have is that I have no sound. I have a classical SB128 and it won't work, what/how drivers should I gt/install to set it up ...
If I have those 2 infos it wuold be great, Thanks in advance ...
P.S. : How can I set a network between Madrake and another Machine under WinXP ???
Distribution: Gentoo 2004.2, Slackware 10, Windows XP, Windows 2003 Server
Posts: 348
Rep:
Short guide to CLI (command line)
1) use "cd .." to go to a previous directory "cd <dir>" to go to another directory
2) use "ls" to view the directories contents
To install tar file:
1) Open up Konsole, Console, or some terminal (its a command line)
2) browse to the directory with the tar file "cd <directory>"
3) Type "tar -zxvf <file>"
4) You'll notice a new folder is in the directory.
5) type "./configure" If there are any errors, post them
6) type "make"
7) type "su" and the root password (no it wont show you typing, jus go with it)
8) type "make install"
and your drivers should work
Note: To network winblows machines and linux, you need samba
Samba is a name I heard a lot on those forums, is it included in Mandrake ? Do I have to download it, how does it work ?
I'm actually requesting a URL of a FAQ or something like it rather than long explanations, it would be too much ...
Distribution: Slackware 11.0; Kubuntu 6.06; OpenBSD 4.0; OS X 10.4.10
Posts: 345
Rep:
Just a thought, but you may be having problems with the *.tgz file because it might be a Slackware package. What distribution are you using?
Where did you get the *.tgz file? What happens when you do 'tar xzvpf thefile.tgz'? Does it untar a whole directory tree, or do you get directories like etc and install unpacked into the working directory?
On the sound issue, are you using a stock kernel, or did you compile one of your own?
Your network problems require a bit more information to solve. How are the computers connected? Do you connect them to each other directly or over a hub or switch?
I got the .tgz on www.sagem.com (the manufacturer of my modem ).
I haven't done 'tar xzvpf thefile.tgz' becaue I'm on Windows now and I' posting here qnd waiting some time to get some answer but I remember having opened it and it showed several directories as those you described.
About what you say about the sound issue, I have only one thing to answer : "What'cha takin' about ? "
More seriously, I did a regular install process it worked fine and then I didn't do anything else about it, I don't know what a stock kernel is neither ...
About my network, it is :
2 computers, one (this one) that has Mandrake 9.2 and another one that has Windows XP (pro). They are connected with an Ethernet (crossed) cable (and one Ethernet card on each computer)
So far, I had been using Win XP on both and the network was thus : this co;puter is connected to internet through a USB modem, annd also connected to the other PC with the ethernet cable. The files are fully shared and the connection also...
Distribution: Slackware 11.0; Kubuntu 6.06; OpenBSD 4.0; OS X 10.4.10
Posts: 345
Rep:
czechripper, I am guessing that you downloaded the file fast800.2.0.3.tgz from the sagem site. I just downloaded it myself to take a look at it. When you do 'tar xzvpf fast800.2.0.3.tgz' it will install two directories in the directory in which you untar it. One directory is ADI_DRIVER and the other is ADI_PPPOA. Both of these directories have installation scripts in them. Take a look at the installation instructions in the user guide on the sagem site where you downloaded the driver file. I just looked through it, and it seems pretty thorough.
On the sound issue, what I meant by "stock kernel" is a kernel that the distro installed for you. What I was really trying to ask, and what I should have been clearer on, is whether you have compiled and installed kernel on your own or if you are using the kernel installed by Mandrake. I am not at all familiar with the distro-specific tools included with Mandrake, but there may be a Mandrake tool for adjusting your sound configuration.
Samba may be included already in you install. Check to see if you have /usr/sbin/smbd or /sbin/smbd. If you do, you already have samba. I won't be much use to you on its configuration though.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.