Results 1 to 9 of 9
Guys this is my 2nd thread here.I am not able to start my wifi ,camera .My graphics are poor.It seems that if drivers are not present.the details are
x-ecutioner@x-ecutioner-laptop:~$ lspci
...
- 02-12-2009 #1
Acer WiFi,Camera and grphics are not working
Guys this is my 2nd thread here.I am not able to start my wifi ,camera .My graphics are poor.It seems that if drivers are not present.the details are
x-ecutioner@x-ecutioner-laptop:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation ICH9M/M-E 2 port SATA IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
00:1f.5 IDE interface: Intel Corporation ICH9M/M-E 2 port SATA IDE Controller (rev 03)
00:1f.6 Signal processing controller: Intel Corporation 82801I (ICH9 Family) Thermal Subsystem (rev 03)
04:00.0 Network controller: Atheros Communications Inc. Unknown device 002a (rev 01)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
07:00.0 System peripheral: JMicron Technologies, Inc. Unknown device 2382
07:00.2 SD Host controller: JMicron Technologies, Inc. Unknown device 2381
07:00.3 System peripheral: JMicron Technologies, Inc. Unknown device 2383
07:00.4 System peripheral: JMicron Technologies, Inc. Unknown device 2384
Please help me on this .I am having Ubuntu 8.04 Hardy version
- 02-12-2009 #2
- 02-12-2009 #3Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
Let's see if I can't gather some helpful links. This thing is a compatibility nightmare.
Video is a Mobile4 Intel set (probably will not run compiz, but I might be surprized). I'll need to see your /etc/X11/xorg.conf, specifically the part titled Section "Device".
WiFi is an Atheros card. These things are known to not work out-of-the-box in Ubuntu, largely because you need a driver the Ubuntu dev's don't trust as stable yet: madwifi ath5k. Please see this post:
http://www.linuxforums.org/forum/ubu...tml#post665563
I don't see the camera, though it may be one of the "Unknown Devices" on the bottom. I'd like to see the output of lsusb first just to make sure.
- 02-12-2009 #4
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSectione
Thanks dude please help me
- 02-12-2009 #5Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
You're using generic "failsafe" settings. It works, but there's no acceleration, your space is limited and looks like crud on a LCD.
As the file suggests, try this first:
[Ctrl + Alt + F1]
login with user and pass (doesn't echo password)
sudo init 3
wait for X to close and init level 3 reached.
sudo dpkg-reconfigure -phigh xserver-xorg
init 5 (or reboot)
BTW: what model is your laptop?
- 02-12-2009 #6
ACER Aspire 4730Z .
Thanks for your needful help!!
- 02-12-2009 #7Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
Oh that's right, you have a couple other threads going... Like before, we'll probably have to rebuild you xorg.conf, but lets see what the reconfigure does first.
- 02-12-2009 #8
- 02-12-2009 #9
You are discussing Graphics problem in this thread too.
http://www.linuxforums.org/forum/ubu...e-help-me.html
Duplicate threads/posts are not allowed. Please continue in other thread only.
I can merge this thread in other but it will create more confusion. Do let me know if you want to merge threads.
Thread Locked.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First



