LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   i'm scared......lol (https://www.linuxquestions.org/questions/linux-newbie-8/im-scared-lol-37116/)

hatchetman 12-02-2002 05:15 PM

i'm scared......lol
 
ok, here it goes. i'm going to go install mandrake 9.0 on my computer now. wish me luck.

Shaggy

Thymox 12-02-2002 05:16 PM

Good luck.

My advice: Do an install in expert mode. It's not hard, and you'll be much more sure of what exactly has happened.

hatchetman 12-02-2002 06:06 PM

well, it's installed, and just like i suspected, there is somthing that i need to tweek. when KDE first started up, it played a kick ass sound. but then when i tried frozen bubble (which i must add, is so fluid it makes me wonder why i ever had winblows in the first place) i couldn't turn the sound on. so i'm guessing that i need to update the driver for my sound card. i don't have a way to get online though since we use AOL (my fiance likes it and i'm her slave). can anybody tell me a free isp that works on linux that i can use until i get broadband? thanx in advance

Shaggy

Thymox 12-02-2002 06:09 PM

Pretty much any ISP will work so long as they use either CHAP or PAP authentication, and don't do something stupid like AOL does with their protocols. Most will allow you to setup a dial-up account online, or using some crap Windows software.

BTW: What sound card is it?

hatchetman 12-02-2002 06:28 PM

ok, so netzero or somthing like that would work.. any sugjestions? also, my audio card is a Avance AC97. whatever the hell that is...

Thymox 12-02-2002 06:34 PM

You shouldn't need to update the drivers... as root, try typing (into a text console - the thing that looks like the ol' Dos prompt) modprobe ac97. Prior to that, however, could you post the output from typing /sbin/lsmod? Cheers.

hatchetman 12-02-2002 06:42 PM

ok, will do, brb
also, would netzero work?

hatchetman 12-02-2002 07:12 PM

k, i did what you said, and first, when i opened up the console, and typed "login root" and then put in the password, it said that my password was incorrect. yet i can login to the root and my password is correct. also, when i tried putting in modprobe ac97 under andrew, it said that it can't find modprobe or it doesn't the same thing with /sbin/lsmod. and lastly, when i tried to open up the cd thing on the desktop, it said that i don't have access to file:/mnt/floppy or file:/mnt/cdrom how do i fix that? thanx in advance


Shaggy

neo77777 12-02-2002 09:42 PM

Well, first thing first - what do you mean by "login root"?
2. The modprobe command is /sbin/modprobe you need to be root to do so, on how to become root read further
3. As for mounting permissions - you need to edit /etc/fstab file to include user option like this
Code:

/dev/cdrom      /mnt/cdrom      iso9660    user,noauto,ro  0  0
Now the root login thing, as a good security practice never login to your system as root but use substitute user command (/bin/su) to gain root's priveleges, oopen up a Konsole/Gnome Terminal/Xterm or other terminal emulation software available on your system, and issue
[you@host ~]$ /bin/su
[you@host ~]$ Password:
type the root password you won't see anything on the screen (echo is turned off once again as a security measure)
[root@host ~]#
now you can issue commands as root, for instance to get /sbin/modprobe type
[root@host ~]# /sbin/modprobe ac97
and to edit /etc/fstab use something simple, most probably you have gedit so issue
[root@host ~]# gedit /etc/fstab
do the changes and save the file and you done.
Last is regarding netzero it won't work as it is designed to work with Internet Exploiter - dumbest ISP I've ever known, you can try aol with pengaol - refer to this tutorial but it is not guaranteed it will ever work, so I guess you should research other ISP - google around.


All times are GMT -5. The time now is 05:09 AM.