Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-13-2007, 12:32 PM
|
#1
|
LQ Newbie
Registered: Sep 2007
Posts: 4
Rep:
|
updating ubuntu kernel
i have a intel dg33fb motherboard whose network card is not being identified by ubuntu feisty fawn kernel 2.6.20-15 generic.so how can i
update the kernel to 2.6.22-9 without being able to connect to the net?
|
|
|
09-13-2007, 01:06 PM
|
#2
|
LQ Newbie
Registered: Sep 2007
Posts: 4
Original Poster
Rep:
|
updating ubuntu kernel using xp
In my previous thread about updating kernel without being able to
connect to net i forgot to mention that i have xp also installed.
so can i download kernel update from windows and then run on ubuntu?
|
|
|
09-13-2007, 04:12 PM
|
#3
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
You *could* have jusr edited the original post. Or added a second post
to the same thread. I merged them. No need for two of those diverting
energy ....
Cheers,
Tink
|
|
|
09-13-2007, 07:22 PM
|
#4
|
Senior Member
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079
Rep:
|
You can just download a kernel from kernel.org and compile the kernel from scratch, google for a tutorial
|
|
|
09-13-2007, 11:13 PM
|
#5
|
Member
Registered: Jan 2006
Distribution: Ubuntu 9.04, Fedora 10
Posts: 76
Rep:
|
Assuming that from Ubuntu you can access your Windows drive(s), simply download it in Windows, copy it over to the Linux drive (When booted into it), then go from there. Ubuntu should be able to read NTFS right off.
Although, what kind of a card is it, wired, or wireless?
|
|
|
09-14-2007, 11:38 AM
|
#6
|
LQ Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211
Rep: 
|
Quote:
simply download it in Windows, copy it over to the Linux drive
|
Just to be clear... you'd visit the repo with a browser in windows and download the deb file for your version of Ubuntu.
The other approach, of course, is to borrow a dailup modem or buy a cheap network card.
|
|
|
09-14-2007, 02:29 PM
|
#7
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Quote:
Originally Posted by VIRAG
i have a intel dg33fb motherboard whose network card is not being identified by ubuntu feisty fawn kernel 2.6.20-15 generic.so how can i
update the kernel to 2.6.22-9 without being able to connect to the net?
|
How come you're unable to connect to the net from
Ubuntu on the same machine when windows can? What
network hardware are you using?
Cheers,
Tink
|
|
|
09-14-2007, 03:21 PM
|
#8
|
LQ Guru
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Rep: 
|
according to the specs that board has the following NIC..
Quote:
The Intel 82566DC Gigabit Ethernet Controller supports the following features:
• PCI Express link
• 10/100/1000 IEEE 802.3 compliant
|
From the looks of things it requires the typical Intel Pro 1000 driver (e1000 module if I recall), which is either not being loaded automatically or he needs a newer version that what is on his system.
modprobe e1000
Is the card listed properly when you use lspci ? if not you may need to update the pci.ids file as well so the interface is detected properly..
|
|
|
09-16-2007, 03:17 AM
|
#9
|
LQ Newbie
Registered: Sep 2007
Posts: 4
Original Poster
Rep:
|
i ran lpsci but it gives intel corporation unknown device
pciids could not be updated as i cannot connect to net
the I installed the backports modules on windows and ran the commands on my ubuntu(2.6.20-15)
sudo dpkg -i linux-backports-modules-2.6.20-16-generic_2.6.20-16.11_i386.deb
sudo modprobe e1000_ich9
but the following error messages were displayed
dpkg:error processing linux -backports-modules-2.6.20-16-generic-2.6.20-16.11_i386.deb(--install):
cannot access archive:no such file or directory
Errors were encountered while processing:
linux-backports-modules-2.6.20-16-generic_2.6.20-16.11_i386.deb
|
|
|
09-16-2007, 10:19 AM
|
#10
|
LQ Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211
Rep: 
|
Quote:
sudo dpkg -i linux-backports-modules-2.6.20-16-generic_2.6.20-16.11_i386.deb
[snip]
cannot access archive:no such file or directory
|
I think that pretty much spells it out.
Probably you can just double-click the icon... did you try that?
Otherwise, check that the working directory is the same as the place where the deb file resides, and check that you spelled the name of the deb file correctly.
|
|
|
09-16-2007, 11:49 AM
|
#11
|
LQ Newbie
Registered: Sep 2007
Posts: 4
Original Poster
Rep:
|
[QUOTE=Simon Bridge;2893639]
Probably you can just double-click the icon... did you try that?
Otherwise, check that the working directory is the same as the place where the deb file resides, and check that you spelled the name of the deb file correctly.[/QUOTE
When I double click icon it gives a error message and the install package is grayed out.
i think that i ran the command correctly.
what other options left?
|
|
|
09-16-2007, 12:49 PM
|
#12
|
LQ Guru
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Rep: 
|
If windows is on the box, and the NIC works in Windows. why not download the pciids file to a floppy or usb flash drive, then boot into Linux and replace it...
|
|
|
All times are GMT -5. The time now is 01:23 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|