LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 09-13-2007, 12:32 PM   #1
VIRAG
LQ Newbie
 
Registered: Sep 2007
Posts: 4

Rep: Reputation: 0
Question 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?
 
Old 09-13-2007, 01:06 PM   #2
VIRAG
LQ Newbie
 
Registered: Sep 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Exclamation 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?
 
Old 09-13-2007, 04:12 PM   #3
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
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
 
Old 09-13-2007, 07:22 PM   #4
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
You can just download a kernel from kernel.org and compile the kernel from scratch, google for a tutorial
 
Old 09-13-2007, 11:13 PM   #5
Slokunshialgo
Member
 
Registered: Jan 2006
Distribution: Ubuntu 9.04, Fedora 10
Posts: 76

Rep: Reputation: 17
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?
 
Old 09-14-2007, 11:38 AM   #6
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
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.
 
Old 09-14-2007, 02:29 PM   #7
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by VIRAG View Post
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
 
Old 09-14-2007, 03:21 PM   #8
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
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..
 
Old 09-16-2007, 03:17 AM   #9
VIRAG
LQ Newbie
 
Registered: Sep 2007
Posts: 4

Original Poster
Rep: Reputation: 0
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
 
Old 09-16-2007, 10:19 AM   #10
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
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.
 
Old 09-16-2007, 11:49 AM   #11
VIRAG
LQ Newbie
 
Registered: Sep 2007
Posts: 4

Original Poster
Rep: Reputation: 0
[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?
 
Old 09-16-2007, 12:49 PM   #12
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
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...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
updating ubuntu kernel VIRAG Linux - Newbie 0 09-15-2007 12:44 AM
[HELP] updating/installing packages on Ubuntu czhou Linux - Software 2 06-17-2007 02:20 AM
Updating Ubuntu from Breezy to Dapper Unicron Ubuntu 4 06-18-2006 05:41 PM
updating ubuntu abhijeetnayak Ubuntu 2 06-11-2006 10:43 PM
after updating ubuntu my wireless device is gone vr6stress Linux - Wireless Networking 2 09-25-2005 11:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration