driver for internet connection in ubuntu 10.4 with mother board dh67bl

Asked by ullas babu

why broadband internet is not available in ubuntu 10.4 with the mother board intel dh67bl?to solve this problem sent me the proper divice driver.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

How do you connect? Is it wireless? wired? 3G?

Details please

Revision history for this message
Daniel Letzeisen (dtl131) said :
#2
Revision history for this message
Daniel Letzeisen (dtl131) said :
#3

You need at least kernel 2.6.35 for your adapter.

Revision history for this message
ullas babu (ullasbabu-k-p) said :
#4

it is a wired connection. bsnl broadband

Revision history for this message
Daniel Letzeisen (dtl131) said :
#5

Here is a simple script. I didn't test it, but I think it will work for you.

#!/bin/bash

apt-get install build-essential
cd ~/
wget http://downloads.sourceforge.net/project/e1000/e1000e%20stable/1.5.1/e1000e-1.5.1.tar.gz
tar xzf e1000e-1.5.1.tar.gz
cd e1000e-1.5.1/src
make install
depmod -a
modprobe e1000e

Revision history for this message
Daniel Letzeisen (dtl131) said :
#6

You will need an internet connection for it to work, or you could just use the commands separately.

Can you help with this problem?

Provide an answer of your own, or ask ullas babu for more information if necessary.

To post a message you must log in.