LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Zenwalk
User Name
Password
Zenwalk This forum is for the discussion of Zenwalk Linux.

Notices


Reply
  Search this Thread
Old 11-11-2007, 07:15 PM   #1
rsamurti
Member
 
Registered: Dec 2003
Location: Mysore
Distribution: Mandrake, Libranet, Slackware
Posts: 148

Rep: Reputation: 22
Dell Inspiron 1520 laptop problems


Hello,

Problems:

1. videoconfig uses only vesa driver.
2. No sound

lspci gives the following output:

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
03:01.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
03:01.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 12)
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)

Any solutions? Thanks for your help,

Anand
 
Old 11-11-2007, 07:21 PM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
ICH8 Sound
... open alsamixer and make sure nothing important is muted. If this is unsuccessful, show us the result of

lsmod | grep snd

i965 graphics
... edit your /etc/X11/xorg.conf and replace "vesa" with "intel" and restart X.

You have posted to "zenwalk": which Zenwalk release are you using?
 
Old 11-11-2007, 09:36 PM   #3
rsamurti
Member
 
Registered: Dec 2003
Location: Mysore
Distribution: Mandrake, Libranet, Slackware
Posts: 148

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by Simon Bridge View Post
ICH8 Sound
... open alsamixer and make sure nothing important is muted. If this is unsuccessful, show us the result of

lsmod | grep snd
When I run alsamixer I get the error message:

alsamixer:function snd_ctl_open failed for default:no such device.

lsmod | grep snd gives:

snd_seq_oss 18816 0
snd_seq_midi_event 3456 1 snd_seq_oss
snd_seq 27760 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 3724 2 snd_seq_oss,snd_seq
snd_pcm_oss 25984 0
snd_mixer_oss 10112 1 snd_pcm_oss
snd_hda_intel 190616 0
snd_pcm 38660 2 snd_pcm_oss,snd_hda_intel
snd_timer 11268 2 snd_seq,snd_pcm
snd 25988 8 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_timer
soundcore 3552 1 snd
snd_page_alloc 4744 2 snd_hda_intel,snd_pcm



Quote:
Originally Posted by Simon Bridge View Post
ICH8 Soundi965 graphics
... edit your /etc/X11/xorg.conf and replace "vesa" with "intel" and restart X.
I did this. But X will not start. So, I had to use vesa again to start X.

Quote:
Originally Posted by Simon Bridge View Post
You have posted to "zenwalk": which Zenwalk release are you using?
I am running Zenwalk-4.8.

Thank you Simon Bridge for your help,

Anand

Last edited by rsamurti; 11-11-2007 at 09:46 PM.
 
Old 11-11-2007, 10:52 PM   #4
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
alsamixer:function snd_ctl_open failed for default:no such device.
"asoundconf -list" should return "ICH8" or something like that.
"asoundconf set-default-card ICH8" should give you a default card, then you can run alsamixer.

Quote:
I did this. But X will not start. So, I had to use vesa again to start X.
In which case you got a message to the effect that X will not start and would you like to see the logs. You say "yes" and tell me what the error lines say ...

If this is a tft/digital screen, comment out the sync and refresh lines and try a modest resolution.

Last edited by Simon Bridge; 11-11-2007 at 10:53 PM.
 
Old 04-26-2008, 12:26 PM   #5
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
rsamurti: how did you get on?
 
Old 06-06-2008, 01:47 PM   #6
fabianmejia
LQ Newbie
 
Registered: Jun 2008
Posts: 2

Rep: Reputation: 0
Hi, I have an inspiron 1520 running both Vista and Ubuntu 7.10 without issues. Only a little problem with the audio card and my bluetooth mouse.

Please check a small guide I created to install ubuntu, maybe can help you with the audio setup.

http://fabianmejia.blogspot.com/2007...iron-1520.html

Regards.
 
  


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
No sound on dell inspiron 1520 laptop da_marius Linux - Newbie 4 01-30-2008 04:42 PM
fedora 6 not spporting dell inspiron 1520 graphics driver ravikantaryan Linux - Hardware 1 10-03-2007 06:13 AM
Getting a Dell A940 USB printer to work on Dell Inspiron 1100 Laptop benrose111488 Linux - Hardware 12 09-24-2007 12:04 PM
install Fedora 6 on Dell Inspiron 1520 with Vista on it liyankka Linux - Laptop and Netbook 5 09-04-2007 08:32 AM
does ubuntu and fedora support DELL inspiron 1520 entirely? Mathsniper Linux - Laptop and Netbook 3 08-23-2007 11:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Zenwalk

All times are GMT -5. The time now is 08:28 PM.

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