LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 11-15-2005, 01:39 AM   #1
ds-one
LQ Newbie
 
Registered: Nov 2005
Distribution: Debian
Posts: 20

Rep: Reputation: 0
Help needed (just installed Debian)


I just installed Debian using the following disc:

Debian GNU/Linux 3.1 r0a "Sarge" - Official i386 Binary-1 (Network Install)

I installed it and the only thing I can access is the Unix terminal. Unfortunately, I am not familiar with Unix or it's commands so I don't know what the hell to do. How do I manage do get install KDE or Gnome on my system (or at least get X Window to run)? Can I still access debian's ftp site to download any more material that I need? What can I do in this situation?

I know these are very newbie-ish questions but I am this is the only time I've dealt with Linux (aside from Knoppix).
 
Old 11-15-2005, 02:08 AM   #2
anti.corp
Member
 
Registered: Nov 2005
Location: Copenhagen
Distribution: Debian E, Vectorlinux 5.1std, Arch, Gentoo 2006.0
Posts: 576

Rep: Reputation: 30
Hi there,

Login as root and type startx

That should do it.

If you want a graphical login manager try reinstalling Debian. When it gets to the screen where you select what software suites to install, press <SPACE> to select the "Desktop Workstation" suite. This will install GNOME, KDE, a bunch of GUI applications, and a graphical login manager (gdm).

If you pressed <ENTER> at that screen, then you got none of that.


Last edited by anti.corp; 11-15-2005 at 02:16 AM.
 
Old 11-15-2005, 02:22 AM   #3
ds-one
LQ Newbie
 
Registered: Nov 2005
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by antiloaded

If you want a graphical login manager try reinstalling Debian. When it gets to the screen where you select what software suites to install, press <SPACE> to select the "Desktop Workstation" suite. This will install GNOME, KDE, a bunch of GUI applications, and a graphical login manager (gdm).

If you pressed <ENTER> at that screen, then you got none of that.


Ahh. that might just save me (I did press enter). Cheers mate.
 
Old 11-15-2005, 03:57 PM   #4
ds-one
LQ Newbie
 
Registered: Nov 2005
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: 0
Ok, I got it to work and I configured almost everything but I can't get the sound to work. How do I edit the modules (/etc/modules) file to add my sound driver to the list? I try to edit but it says that only the root can edit and I can't log in through the root in Debian's login.
 
Old 11-15-2005, 04:17 PM   #5
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
log in as a normal user then su or sudo to get root permissions
 
Old 11-15-2005, 04:20 PM   #6
ds-one
LQ Newbie
 
Registered: Nov 2005
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by bosewicht
log in as a normal user then su or sudo to get root permissions
That's good help. I see the terminal prompt a few commannds...

But what do I do from there? I normally use the default text editor to open the file...is there a way in there term to edit?

Again, sorry to be a such newbie

Last edited by ds-one; 11-15-2005 at 04:21 PM.
 
Old 11-15-2005, 04:26 PM   #7
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
well, you can use nano(easier for newbies), vi, vim, emacs, or you could launch whatever text editor you prefer from the terminal. Just type gedit or whatever and it will launch it as root
 
Old 11-15-2005, 05:13 PM   #8
ds-one
LQ Newbie
 
Registered: Nov 2005
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: 0
Ok, I was able to edit...and I added the following text at the end

snd-ac97 (Linux showed me the sound card as Intel AC'97/ I-810, but it's actually crystal sound.)

But it still doesn't load. When I load Knoppix on this machine, I don't seem to have this problem...



Edit: FYI, I am running this on an IBM T23 laptop with "Crystal WDM Audio" (according to what WIndows says). I also keep getting a small X cursor on my screen for the first 5 minutes after my OS loads. I know it's a mouse cursor because I have seen it on KDE in Knoppix.


Thanks everyone for the help so far

Last edited by ds-one; 11-15-2005 at 05:28 PM.
 
Old 11-15-2005, 05:30 PM   #9
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
try
modprobe snd-ac97
or it actually might be
modprobe snd-ac97-codec
 
Old 11-15-2005, 07:20 PM   #10
ds-one
LQ Newbie
 
Registered: Nov 2005
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: 0
It says it can't locate the module
 
Old 11-15-2005, 07:22 PM   #11
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
try modprobe intel8x0
 
Old 11-15-2005, 07:31 PM   #12
ds-one
LQ Newbie
 
Registered: Nov 2005
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by bosewicht
try modprobe intel8x0
same problem
 
Old 11-15-2005, 07:33 PM   #13
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
do you get an error or just no sound?
 
Old 11-15-2005, 07:45 PM   #14
ds-one
LQ Newbie
 
Registered: Nov 2005
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: 0
Actually, I finally got it to work.
I ran the following in the root terminal:
modprobe i810_audio

Now, I will add it to the modules file.

Thanks for the help (bosewicht and antiloaded). I can finally say I've sucessfully installed debian on this notebook.

Once again, thanks and cheers.

-d
 
Old 11-16-2005, 02:45 PM   #15
ds-one
LQ Newbie
 
Registered: Nov 2005
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: 0
OK, sorry to bother again, but I would like to have this answered.

Is it possible to install Alsa on my system (considering the fact that I use i810_audio for sound)? I've been trying to install it but my gstreamer-properties shows that OSS is the only sink available.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
zlib needed but already installed g-string 3 Debian 2 11-25-2004 08:04 AM
Konstruct: bzip2-devel needed but it's already installed Nigh Unstoppabl Linux - Newbie 2 10-05-2004 06:39 PM
libdv.so.4 is needed by (installed) gstreamer-plugins-0.8.1-1 borrrden Linux - Software 3 06-10-2004 03:43 AM
libdv.so.4 is needed by (installed) gstreamer-plugins-0.8.1-1 borrrden Linux - General 1 06-06-2004 12:50 PM
Help needed with codecs for mplayer installed by RPM r4736 Linux - Software 5 10-18-2003 12:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration