I am new to Linux I just installed Kubuntu 7.0 today for the first time ever. I installed it on an Acer Aspire 5610 laptop. I haven't been able to get my wireless card to connect. It shows it under network settings as enabled but it and the ethernet are grayed out so I don't see how to do anything with it or make it work. Ethernet works fine. Also my graphics are at 1024x768 which is distorted on my screen because it needs to be at 1280x800. In a google search I found this
https://wiki.ubuntu.com/LaptopTestin...AcerAspire5610
I pasted below what it says about the video and wireless but I have no idea what it's telling me to do. Can anyone translate it into newbie English or give me any other solutions or directions to go for solutions.
Video
The video, by default starts set as 1024x768, even though Ubuntu recognizes the correct resolution (1280x800) and sets it in the xorg.conf file. To make it work, one has to install the 915-resolution package.
aptitude install 915resolution
Apparently just installing it makes Gnome's resolution changing app recognize the 1280x800 resolution so that the user can change it. The only supported resolutions now become 1280x800 and 1024x768, independent of the settings in xorg.conf (*update: in Feisty 800x600 and 640x480 also become available). Adding other resolutions to the xorg.conf file do not enable other "real" resolutions, even though 915resolution -l already shows all resolutions that should be available. Maybe some fiddling with it may enable other resolutions. I didn't try to disable the 1024x768 using it as it is needed so I can use the TV-Out with my TV. Just connecting the cable and using the Fn+F5 does the trick, although I couldn't make both screens show the screen at once. I could only enable one at each time. The step that should display both just doesn't seem to work.
Wireless
The IPW3945 chipset is recognized by the kernel, but isn't initiated correctly (probably due to firmware stuff). To make it work, you have to install the ipw3945 daemon, available in the linux-restricted-modules-generic package: sudo aptitude install linux-restricted-modules-generic This driver is installed by default in Feisty, through the Restricted Drivers Manager.
https://wiki.ubuntu.com/LaptopTestin...AcerAspire5610
I pasted below what it says about the video and wireless but I have no idea what it's telling me to do. Can anyone translate it into newbie English or give me any other solutions or directions to go for solutions.
Video
The video, by default starts set as 1024x768, even though Ubuntu recognizes the correct resolution (1280x800) and sets it in the xorg.conf file. To make it work, one has to install the 915-resolution package.
aptitude install 915resolution
Apparently just installing it makes Gnome's resolution changing app recognize the 1280x800 resolution so that the user can change it. The only supported resolutions now become 1280x800 and 1024x768, independent of the settings in xorg.conf (*update: in Feisty 800x600 and 640x480 also become available). Adding other resolutions to the xorg.conf file do not enable other "real" resolutions, even though 915resolution -l already shows all resolutions that should be available. Maybe some fiddling with it may enable other resolutions. I didn't try to disable the 1024x768 using it as it is needed so I can use the TV-Out with my TV. Just connecting the cable and using the Fn+F5 does the trick, although I couldn't make both screens show the screen at once. I could only enable one at each time. The step that should display both just doesn't seem to work.
Wireless
The IPW3945 chipset is recognized by the kernel, but isn't initiated correctly (probably due to firmware stuff). To make it work, you have to install the ipw3945 daemon, available in the linux-restricted-modules-generic package: sudo aptitude install linux-restricted-modules-generic This driver is installed by default in Feisty, through the Restricted Drivers Manager.
Comment