WIFI INTEL Centrino Advanced-N 6200 Not working with UBUNTU 9.10
Hello All,
I have bought last week a SONY VAIO VPCZ11A7E 13" Laptop.
I experienced the following problems when installing KUBUNTU 9.10
1-WIFI does not work. I think that it is a problem of driver module. So someone know where I can find the dedicated module ?
2-Display operates only in 800x600 (frame-buffer). I guess the install does not handle properly the video (nVidia Corporation GT216 [GeForce GT 330M]).
3-The TouchPad does not work at all.
Thak you
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- JordanRife
- Solved:
- Last query:
- Last reply:
Revision history for this message
|
#1 |
sudo apt-add-repository ppa:nvidia-
This will make the video card run fine. Can you give the output of:
sudo lshw -C network
Revision history for this message
|
#2 |
For the touchpad this usually works:
gksudo gedit /etc/default/grub
find the line:
GRUB_CMDLINE_
and make it read:
GRUB_CMDLINE_
Save the new file, close gedit then run:
sudo update-grub
Should be ok.
Revision history for this message
|
#3 |
Hello Guys,
Unfortunately there is no result after "/etc/default/grub" modifcation an update-grub.
Do you have any other idea ?
Regards
Omar
=======
----- Mail Original -----
De: "actionparsnip" <email address hidden>
À: "o evistel" <email address hidden>
Envoyé: Dimanche 25 Avril 2010 23:45:49 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne
Objet: Re: [Question #108360]: WIFI INTEL Centrino Advanced-N 6200 Not working with UBUNTU 9.10
Your question #108360 on Ubuntu changed:
https:/
Status: Needs information => Answered
actionparsnip proposed the following answer:
For the touchpad this usually works:
gksudo gedit /etc/default/grub
find the line:
GRUB_CMDLINE_
and make it read:
GRUB_CMDLINE_
Save the new file, close gedit then run:
sudo update-grub
Should be ok.
--
If this answers your question, please go to the following page to let us
know that it is solved:
https:/
If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https:/
You received this question notification because you are a direct
subscriber of the question.
Revision history for this message
|
#4 |
Hello Guys;
1- Regarding the DISPLAY resolution topic the status is still the same (he packages I have been requested to install were already installed). I have taken a look to the "/etc/X11/
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
2- Regarding the WIFI "INTEL Centrino Advanced-N 6200" device problem, please find hereafter the "sudo lshw -C network" command output:
*-network
description: Ethernet interface
product: 82577LC Gigabit Network Connection
vendor: Intel Corporation
physical id: 19
bus info: pci@0000:00:19.0
logical name: eth0
version: 05
serial: 00:1d:ba:c1:0e:85
size: 10MB/s
capacity: 1GB/s
width: 32 bits
clock: 33MHz
resources: irq:34 memory:
*-network DISABLED
description: Wireless interface
product: Centrino Advanced-N 6200
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:02:00.0
logical name: wmaster0
version: 35
serial: 00:23:14:3f:4d:5c
width: 64 bits
clock: 33MHz
resources: irq:35 memory:
Regards
Omar
=======
----- Mail d'origine -----
De: actionparsnip <email address hidden>
À: o evistel <email address hidden>
Envoyé: Sun, 25 Apr 2010 23:42:25 +0200 (CEST)
Objet: Re: [Question #108360]: WIFI INTEL Centrino Advanced-N 6200 Not working with UBUNTU 9.10
Your question #108360 on Ubuntu changed:
https:/
Status: Open => Needs information
actionparsnip requested for more information:
sudo apt-add-repository ppa:nvidia-
apt-get install nvidia-glx-185
This will make the video card run fine. Can you give the output of:
sudo lshw -C network
--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https:/
You received this question notification because you are a direct
subscriber of the question.
Revision history for this message
|
#5 |
sudo apt-get install linux-backports
If the system displays cells then your wifi is working.
Revision history for this message
|
#6 |
also noticed your xorg.conf is using the vesa driver, you will want to run:
gksudo gedit /etc/X11/xorg.con
and change:
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
to:
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
This will force the system to use the nvidia driver you installed.
Revision history for this message
|
#7 |
Hello guys;
The WIFI problems is solved using generic kernel. Is it possible to do so with the PAE kernel ?
Thanks a lot
Revision history for this message
|
#8 |
Hello guys,
Regarding the X config I tried the nvidia / vesa substitution but the screen became black;
I noticed in Xorg.0.log the following lines:
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Video Driver
(EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
(EE) NVIDIA: system's kernel log for additional error messages.
(II) UnloadModule: "nvidia"
(II) Unloading /usr/lib/
(EE) Failed to load module "nvidia" (module-specific error, 0)
(EE) No drivers available.
Regards
Omar
Revision history for this message
|
#9 |
what is the output of:
lspci | grep -i vga; lsb_release -c
Thanks
Revision history for this message
|
#10 |
Hi guys;
"lspci | grep -i vga" output:
01:00.0 VGA compatible controller: nVidia Corporation GT216 [GeForce GT 330M] (rev a2)
"lsb_release -c" output:
Codename: karmic
Regards
Omar
=======
----- Mail d'origine -----
De: actionparsnip <email address hidden>
À: o evistel <email address hidden>
Envoyé: Mon, 26 Apr 2010 18:36:15 +0200 (CEST)
Objet: Re: [Question #108360]: WIFI INTEL Centrino Advanced-N 6200 Not working with UBUNTU 9.10
Your question #108360 on Ubuntu changed:
https:/
Status: Open => Needs information
actionparsnip requested for more information:
what is the output of:
lspci | grep -i vga; lsb_release -c
Thanks
--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https:/
You received this question notification because you are a direct
subscriber of the question.
Revision history for this message
|
#11 |
ok try this as an xorg.conf file:
Revision history for this message
|
#12 |
Hi there,
1-TouchPad problem solved with "i8042.nopnp" arg added to the kernel boot command line.
2-Resolution problem still remains: the screen becomes black when using xorg.conf
described in (http://
Regards
Omar
=======
----- Mail Original -----
De: "actionparsnip" <email address hidden>
À: "o evistel" <email address hidden>
Envoyé: Lundi 26 Avril 2010 23:15:57 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne
Objet: Re: [Question #108360]: WIFI INTEL Centrino Advanced-N 6200 Not working with UBUNTU 9.10
Your question #108360 on Ubuntu changed:
https:/
Status: Open => Answered
actionparsnip proposed the following answer:
ok try this as an xorg.conf file:
--
If this answers your question, please go to the following page to let us
know that it is solved:
https:/
If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https:/
You received this question notification because you are a direct
subscriber of the question.
Revision history for this message
|
#13 |
I bought the same laptop about a week ago and had the same problems.
I solved the touchpad problem by adding the following boot parameter to the menu.lst file:
i8042.nopnp on the line that begins #kopt=.
After this run update-grub at the command line. When you reboot the touchpad should work.
The wireless problem was relatively painless to solve. I just followed the steps laid out by ultiva on the following thread:
http://
It's on the second page post number 14.
The graphics problem was solved by downloading the following nvidia driver:
NVIDIA-
from: ftp://download.
you must first execute
/etc/init.d/gdm stop
at the command line to close x server. This will throw you into a command line interface. navigate to the folder where you saved the driver then run the installation script by typing: sudo ./NVIDIA-
Hope this works if you haven't already solved the problem that is :-)
Revision history for this message
|
#14 |
Hi there,
All these problems are solved now.
Did you succeed to use the INTEL graphics board (STAMINA mode) ?
Thank you
Revision history for this message
|
#15 |
Hi Jordan,
I tried to install Kubuntu 10.04 LTS (Lucid Lynx) but after restart the laptop was completely frozen.
Did you intall 9.10 or 10.04 ?
Regards
Omar
Revision history for this message
|
#16 |
No it doesn't seem to work in stamina mode. Even if I switch it on it still turns on speed mode. As for installing 10.04, I had the same problem. 9.10 was working fine but after upgrading to 10.04 my graphics no longer worked. If I add nomodeset as a kernel parameter then I can boot but the colors are off. I just switched back to 9.10 after that. I like Koalas more anyway ;). If you get any graphics working at all by inserting this kernel parameter at boot, you might try downloading the package nvidia-current
sudo apt-get install nvidia-current
Running the Nvidia driver installer from the Nvidia site didn't work in 10.04. I'm not sure but I think this might be due to the fact that xorg.conf is no longer used in 10.04. Try booting with different kernel versions too. I think the oldest one should work and allow you to get graphics that are at least 800x600 and the right color. Let me know if anything works since I still have not solved this problem myself.
Revision history for this message
|
#17 |
Hi Jordan,
As I can see, we have experienced the same problems.
If I succeed in fixing the 10.04 issue I will let you know.
Regards
Omar
=======
----- Mail d'origine -----
De: JordanRife <email address hidden>
À: o evistel <email address hidden>
Envoyé: Mon, 3 May 2010 13:55:49 +0200 (CEST)
Objet: Re: [Question #108360]: WIFI INTEL Centrino Advanced-N 6200 Not working with UBUNTU 9.10
Your question #108360 on Ubuntu changed:
https:/
JordanRife posted a new comment:
No it doesn't seem to work in stamina mode. Even if I switch it on it still turns on speed mode. As for installing 10.04, I had the same problem. 9.10 was working fine but after upgrading to 10.04 my graphics no longer worked. If I add nomodeset as a kernel parameter then I can boot but the colors are off. I just switched back to 9.10 after that. I like Koalas more anyway ;). If you get any graphics working at all by inserting this kernel parameter at boot, you might try downloading the package nvidia-current
sudo apt-get install nvidia-current
Running the Nvidia driver installer from the Nvidia site didn't work in 10.04. I'm not sure but I think this might be due to the fact that xorg.conf is no longer used in 10.04. Try booting with different kernel versions too. I think the oldest one should work and allow you to get graphics that are at least 800x600 and the right color. Let me know if anything works since I still have not solved this problem myself.
--
You received this question notification because you are a direct
subscriber of the question.