Q. I was wondering what the most efficient way to upgrade the Linux kernel would be. I am currently using Linux Mint 9 which is a derivative of Ubuntu 10.04. Ubuntu 10.04 is using Kernel 2.32-xx and only seems to patch that Kernel when it comes down to upgrades. I have currently installed Kernel 2.34 via http://kernel.ubuntu.com/~kernel-ppa/mainline/ , and installed in the order:
linux-headers-2.6.34-020634_2.6.34-020634_all.deb
linux-headers-2.6.34-020634-generic_2.6.34-020634_XXX.deb [i386/amd64]
linux-image-2.6.34-020634-generic_2.6.34-020634_XXX.deb [i386/amd64]
It seems to have worked, though Ksplice uptrack doesn't like it, which is a total bummer. The New Kernel has some awesome upgrades to it (http://www.h-online.com/open/features/What-s-new-in-Linux-2-6-34-1000122.html ), in fact with every new patched kernel that I upgraded to I had to modprobe and echo my Linksys WUSB600N to get it to work again with the Linux Drivers, or if that didn't work I had to reinstall the driver so that it was installed under the new header.
This time when upgrading to the new kernel, I didn't even need to configure or install the driver again.
At any rate I was wondering what are the advantages to installing the Kernel form source as to the way that I went?
Thanks to any and all who answer.
linux-headers-2.6.34-020634_2.6.34-020634_all.deb
linux-headers-2.6.34-020634-generic_2.6.34-020634_XXX.deb [i386/amd64]
linux-image-2.6.34-020634-generic_2.6.34-020634_XXX.deb [i386/amd64]
It seems to have worked, though Ksplice uptrack doesn't like it, which is a total bummer. The New Kernel has some awesome upgrades to it (http://www.h-online.com/open/features/What-s-new-in-Linux-2-6-34-1000122.html ), in fact with every new patched kernel that I upgraded to I had to modprobe and echo my Linksys WUSB600N to get it to work again with the Linux Drivers, or if that didn't work I had to reinstall the driver so that it was installed under the new header.
This time when upgrading to the new kernel, I didn't even need to configure or install the driver again.
At any rate I was wondering what are the advantages to installing the Kernel form source as to the way that I went?
Thanks to any and all who answer.
A. A straightforward way to have Linux Mint 9 running off kernel 2.6.35 is by using the following method (based on my own configuration)
Open a Terminal and replace the Lucid repositories with Maverick repositories (Ubuntu 10.10 which is currently in development)
sudo gedit /etc/apt/sources.list
The default repositories list should look something like this
deb http://packages.linuxmint.com/ isadora main upstream import
deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ lucid partner
deb http://packages.medibuntu.org/ lucid free non-free
Edit the list to look like this
deb http://packages.linuxmint.com/ isadora main upstream import
deb http://archive.ubuntu.com/ubuntu/ maverick main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ maverick-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ maverick-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ maverick partner
deb http://packages.medibuntu.org/ lucid free non-free
Save and Close
sudo apt-get update
Close the Terminal
Open up the Package Manager (Synaptic) and install/upgrade to the following packages
linux-firmware
linux-generic
linux-headers-2.6.35-6
linux-headers-2.6.35-6-generic
linux-headers-generic
linux-image-2.6.35-6-generic
linux-image-generic
linux-libc-dev
Once installed/upgraded close the Package Manager and Reboot
After you have Rebooted you need to edit the sources list again to bring them back to Lucid
sudo gedit /etc/apt/sources.list
deb http://packages.linuxmint.com/ isadora main upstream import
deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ lucid partner
deb http://packages.medibuntu.org/ lucid free non-free
Save and Close
sudo apt-get update
Close the Terminal
Thats it kernel 2.6.35 is now successfully installed
Another worthwhile tweak if you have an Nvidia GeForce graphics card is to upgrade the driver to 256.35 (GeForce 6 and above)
HowTo install Nvidia 256.35 Drivers on Ubuntu 10.04/Linux Mint 9
http://www.webupd8.org/2010/06/how-to-install-nvidia-25635-display.html
also upgrade to Compiz 0.8.6
HowTo upgrade to Compiz 0.8.6 on Ubuntu 10.04/Linux Mint 9
http://www.webupd8.org/2010/06/upgrade-to-compiz-086-in-ubuntu-1004.html
LUg.
Open a Terminal and replace the Lucid repositories with Maverick repositories (Ubuntu 10.10 which is currently in development)
sudo gedit /etc/apt/sources.list
The default repositories list should look something like this
deb http://packages.linuxmint.com/ isadora main upstream import
deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ lucid partner
deb http://packages.medibuntu.org/ lucid free non-free
Edit the list to look like this
deb http://packages.linuxmint.com/ isadora main upstream import
deb http://archive.ubuntu.com/ubuntu/ maverick main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ maverick-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ maverick-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ maverick partner
deb http://packages.medibuntu.org/ lucid free non-free
Save and Close
sudo apt-get update
Close the Terminal
Open up the Package Manager (Synaptic) and install/upgrade to the following packages
linux-firmware
linux-generic
linux-headers-2.6.35-6
linux-headers-2.6.35-6-generic
linux-headers-generic
linux-image-2.6.35-6-generic
linux-image-generic
linux-libc-dev
Once installed/upgraded close the Package Manager and Reboot
After you have Rebooted you need to edit the sources list again to bring them back to Lucid
sudo gedit /etc/apt/sources.list
deb http://packages.linuxmint.com/ isadora main upstream import
deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ lucid partner
deb http://packages.medibuntu.org/ lucid free non-free
Save and Close
sudo apt-get update
Close the Terminal
Thats it kernel 2.6.35 is now successfully installed
Another worthwhile tweak if you have an Nvidia GeForce graphics card is to upgrade the driver to 256.35 (GeForce 6 and above)
HowTo install Nvidia 256.35 Drivers on Ubuntu 10.04/Linux Mint 9
http://www.webupd8.org/2010/06/how-to-install-nvidia-25635-display.html
also upgrade to Compiz 0.8.6
HowTo upgrade to Compiz 0.8.6 on Ubuntu 10.04/Linux Mint 9
http://www.webupd8.org/2010/06/upgrade-to-compiz-086-in-ubuntu-1004.html
LUg.
how come i connect to wireless network but it says limited access?
Q. I keep losing my internet connection. I have a linksys wusb600n that is connected which has the win 7 drivers. It was connected to a linksys router now a trendnet router so I know it cant be the router. Anyone I'm able to connect just fine. The problem is as soon I try to download a large file or watch a couple of videos I lose Internet connection and get the yellow triangle that says I have limited access. It stills shows that I have a strong signal. In the adapter properties IPV4 says no internet access. I tried the troubleshoot and nothing. I tried the command prompt ipconfig release and it says that it cant do it while the media is disconnected. If I try to disable the network adapter it hangs and doesn't do anything. Same thing if I try to restart or shutdown. It just stays on the screen where its says it shutting down or restarting. I have to actually hold down the power button to turn it off. Once the computer is on I'm able to surf again until the limited access happens again. PLEASE HELP ME!!!! I JUST BOUGHT MY COMPUTER NOT SO LONG AGO!!!!!! >///<
A. Sounds like your wireless adapter is being turned off for some reason. Check the properties of the wireless adapter and disable any "let windows manage the power" settings, so windows does not turn off the wireless adapter when running on battery (assuming it's a laptop). if this is a desktop, still check the power schemes, to make sure Windows is not trying to turn off the adapter.
help with wireless adapter?
Q. I purchased linksys wusb600n to try to work with an range plus n router. My old adapter kept getting huge lag spikes while gaming and just using the internet and I was told that it was because we got the range plus router and my old adapter wasn't compatible with it. I installed it and it connected with my old software 2wire but I kept getting kicked off the network so I unistalled 2wire and tried the software that came with it. It will now say i'm connected to the network but with limited or no capability I can't get on websites etc. I installed it on my laptop and it works just fine on the laptop and I can't get an answer from the linksys support at all no answer then get hung up on when I do get through. I am using windows XP on both my desktop and laptop. Does anyone have any suggestions on what I can do to get it to work properly?
A. The message means that the adapter is waiting for an IP address to be assigned, but has not received it.
Possible causes:
1. Password for the network entered incorrectly - passwords are case sensitive
2. The connection is not set to obtain IP addresses automatically
3. The adapter is attempting to connect to the wrong router.
4. The driver is corrupted
Good Luck
Possible causes:
1. Password for the network entered incorrectly - passwords are case sensitive
2. The connection is not set to obtain IP addresses automatically
3. The adapter is attempting to connect to the wrong router.
4. The driver is corrupted
Good Luck
wusb600n linksys driver...help please?
Q. when i go to the website and download the driver its all .dll i cant open anything no installer anything..can someone please find me 1.4.4.0 driver i have looked on google and still cant find it..im always redirected to the the linksys place
A.
Powered by Yahoo! Answers
No comments:
Post a Comment