Find the answer to your Linux question:
Results 1 to 5 of 5
I am a newbie in Linux . I had a set of CDs of Debian 3.1 r2 and I recently have installed it to my Intel D845 Chipset based PC. ...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Posts
    2

    No Sound in Debian Linux 3.1

    I am a newbie in Linux. I had a set of CDs of Debian 3.1 r2 and I recently have installed it to my Intel D845 Chipset based PC. I dont get sound while am on debian. But there is no problem with sound while I am on my Windows XP SP2 installation. No other probs with my Debian. Please Help me. Let me enjoy music while am learning something in linux. Also I want help in accessing my hard disk partitions which are formatted to NTFS file system in Debian. Only the partition in which debian is installed is shown in debian. But the experience was different when I was using Kubuntu and Mandriva 2006 they showed me all partitions including windows partitions. How can make it happen in Debian 3.1 r2 ? Also my screen resolution is set to 800*600@86Hz. My monitor supports more then this. How can get a better resolution like 1024*768? While the installation, graphics was configured with Vesa. HELP HELP HELP

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    debian 3.1 aka Sarge is the old stable, etch is the most current version, 4.0, you will likely have much less hardware problems with the newer version of debian

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Quote Originally Posted by commanderx
    I dont get sound while am on debian. But there is no problem with sound while I am on my Windows XP SP2 installation. No other probs with my Debian. Please Help me.
    Execute this
    Code:
    alsamixer
    Adjust sliders. You have to install necessary codecs for playing Proprietary formats.
    Quote Originally Posted by commanderx
    Also I want help in accessing my hard disk partitions which are formatted to NTFS file system in Debian. Only the partition in which debian is installed is shown in debian. But the experience was different when I was using Kubuntu and Mandriva 2006 they showed me all partitions including windows partitions. How can make it happen in Debian 3.1 r2 ?
    Adjust volume.
    You have to mount NTFS partitions manually.
    Execute this
    Code:
    su -
    /sbin/fdisk -l
    Post output here.
    Quote Originally Posted by commanderx
    Also my screen resolution is set to 800*600@86Hz. My monitor supports more then this. How can get a better resolution like 1024*768? While the installation, graphics was configured with Vesa.
    Have you tried to reconfigure GUI?
    Execute this
    Code:
    su -
    dpkg-reconfigure xserver-xorg
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    May 2008
    Posts
    2
    I dont have the latest version of debian. Even if I have it, I am not sure if it will work on my 3 Year old Pc. I dont have broadband connection to download it. So i would like stick with the Debian version I have.

  5. #5
    Linux User IsaacKuo's Avatar
    Join Date
    Feb 2005
    Location
    Baton Rouge, LA, USA
    Posts
    292
    Debian 4.0 will work fine on a 3 year old PC. That's not much older than Debian 4.0 itself. Seriously, I have Debian 4.0 running on a 1990's vintage 120mhz Pentium. There's no problem.

    As for getting higher than 800x600, I'm not familiar with getting dpkg-reconfigure to do everything I want, so I always configure X manually by editing xorg.conf. With older video hardware, I find that the culprit is usually a default color depth of 24--I cut it down to 16 to get higher resolutions. But your computer is only 3 years old, so that really won't be the problem. Most likely, the problem is that Debian 3.1 is very conservative by default; I think 800x600 is the highest resolution it will default to, regardless of your hardware.

    Oh--Debian 3.1 doesn't use xorg, so instead of xorg.conf you'd be editing /etc/X11/XF86Config-4. The format of this file is the same as xorg.conf.
    Isaac Kuo, ICQ 29055726 or Yahoo mechdan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •