RE: Driver Network Dell PowerEdge R720

2013-03-01 Thread Bonno Bloksma
Hello,

> I made a download debian-6.0.7-amd64-netinst.iso.
> I have Dell Power EDGE, when I go to install debian, it not detect a driver 
> network.
> I put broadcom but fail.
>
> What Is happening ?

Probably the driver is not in the default Debian image. Go to the download page 
http://www.debian.org/releases/stable/debian-installer/ and try a non-free 
version with the "extra drivers".

You might want to try downloading 
http://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/6.0.7/amd64/iso-cd/firmware-6.0.7-amd64-netinst.iso
 which is the same amd64 image you had but now with some non-free NIC drivers 
included. For a lot of Broadcom NICs, which is what a lot of servers have, this 
will solve your problem.

Bonno Bloksma


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/89d1798a7351d040b4e74e0a043c69d73529a...@hglexch-01.tio.nl



Re: Driver Network Dell PowerEdge R720

2013-03-01 Thread Joao Luis Meloni Assirati
> Hello,
>
> I made a download debian-6.0.7-amd64-netinst.iso.
> I have Dell Power EDGE, when I go to install debian, it not detect a
> driver network.
> I put broadcom but fail.

Rodrigo,

we cannot help if you don't tell what is the exact model of the network
card. Type the command

lspci -vnn

in the running Debian and copy the lines about the ethernet controller.

> What Is happening ?

Most probably your network card is not supported by the kernel 2.6.32 that
comes with debian 6.

Let me suggest that you install a testing version of Debian (version 7,
Wheeze). This version is close to stable. It will probably detect your
network card and also will save you from having to upgrade the system
during the next 4 years. Here you can find the testing images:

http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/

or

http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-dvd/


However, if you insist in running Debhian stable, you could try to install
a full cdrom or dvd image (not netinst) and then download and install the
kernel 3.2 from Debian backports. Here you can find the package:

http://packages.debian.org/squeeze-backports/linux-image-3.2.0-0.bpo.4-amd64

You have to download this package and the packages of the dependencies,
and install them with dpkg. For example:

dpkg --install linux-image-3.2.0-0.bpo.4-amd64_3.2.35-2~bpo60+1_amd64.deb

This command must be done as root. When you do this command, probably the
installer will complain of a missing dependency. Then you go back to

http://packages.debian.org/squeeze-backports/linux-image-3.2.0-0.bpo.4-amd64

find the dependency package, download and install with dpkg and then do
the command

dpkg --configure -a

Repeat this this untill everything install OK, reboot the system and
choose the kernel 3.2.0. It is a rather painful procedure.

Best regards,
João Luis.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aa3f2a50cfc8d709c512019239005d93.squir...@nonada.if.usp.br



Re: Driver Network Dell PowerEdge R720

2013-03-01 Thread Eero Volotinen
http://ftzdomino.blogspot.fi/2009/06/debianbroadcom-driver-fix.html?m=1
On Mar 1, 2013 4:32 PM, "rodrigo tavares" 
wrote:

> Hello,
>
> I made a download debian-6.0.7-amd64-netinst.iso.
> I have Dell Power EDGE, when I go to install debian, it not detect a
> driver network.
> I put broadcom but fail.
>
> What Is happening ?
>
> Rodrigo Faria
>
>


Driver Network Dell PowerEdge R720

2013-03-01 Thread rodrigo tavares
Hello,

I made a download debian-6.0.7-amd64-netinst.iso.
I have Dell Power EDGE, when I go to install debian, it not detect a driver 
network.
I put broadcom but fail.

What Is happening ?

Rodrigo Faria