Debian Wheezy 2.6n install on GX620
27 Nov 2014 05:29 #53467
by tjamscad
Debian Wheezy 2.6n install on GX620 was created by tjamscad
Drivers? How do I install the drivers?
Please Log in or Create an account to join the conversation.
27 Nov 2014 06:45 #53468
by BigJohnT
Replied by BigJohnT on topic Debian Wheezy 2.6n install on GX620
What drivers?
Please Log in or Create an account to join the conversation.
01 Dec 2014 22:47 #53579
by tjamscad
Replied by tjamscad on topic Debian Wheezy 2.6n install on GX620
The drivers for the GX620, I can't seem to find anything for installing drivers on Debian other than video cards.
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Away
- Platinum Member
Less
More
- Posts: 5007
- Thank you received: 1441
01 Dec 2014 23:05 #53581
by Todd Zuercher
Replied by Todd Zuercher on topic Debian Wheezy 2.6n install on GX620
You shouldn't need any. (Your not in Windoze any more)
Is there something that isn't working? If something isn't working on your Dell, try Googling some more generic Linux websites.
I have a GX620 on the desk beside me. I have not tried Wheezy on it, but it didn't have any trouble installing the older Linuxcnc live CDs. I never got good latency numbers off it, but I didn't really try either. (I only used it for testing and setting up new configurations for other machines, so I didn't care if it had bad latency.)
Is there something that isn't working? If something isn't working on your Dell, try Googling some more generic Linux websites.
I have a GX620 on the desk beside me. I have not tried Wheezy on it, but it didn't have any trouble installing the older Linuxcnc live CDs. I never got good latency numbers off it, but I didn't really try either. (I only used it for testing and setting up new configurations for other machines, so I didn't care if it had bad latency.)
Please Log in or Create an account to join the conversation.
03 Dec 2014 06:02 #53620
by tjamscad
Replied by tjamscad on topic Debian Wheezy 2.6n install on GX620
Ubuntu 12.04 everything work. With debian it seems my NIC is not working.
Please Log in or Create an account to join the conversation.
03 Dec 2014 23:48 #53639
by ArcEye
Replied by ArcEye on topic Debian Wheezy 2.6n install on GX620
This is a bit like pulling teeth
What NIC is it?
Debian does not install non-free packages by default, for copyright reasons they are not part of a distro
so
firmware-linux-nonfree
firmware-realtek
firmware-ralink
and many others are not there unless you installed them
With some later realtek chips you may even need to fetch the package from Jessie to get the extra firmware files
(however I think these have made their way into the backports, if not the main Wheezy files, so don't try that unless you know you have files missing)
regards
What NIC is it?
Debian does not install non-free packages by default, for copyright reasons they are not part of a distro
so
firmware-linux-nonfree
firmware-realtek
firmware-ralink
and many others are not there unless you installed them
With some later realtek chips you may even need to fetch the package from Jessie to get the extra firmware files
(however I think these have made their way into the backports, if not the main Wheezy files, so don't try that unless you know you have files missing)
regards
Please Log in or Create an account to join the conversation.
11 Dec 2014 00:27 #53883
by tjamscad
Replied by tjamscad on topic Debian Wheezy 2.6n install on GX620
The Net work Interface card is built onto the motherboard. How do I tell what NIC it actually is? According to Dell's web site it should be a Broadcom 57XX series card. I dont know how to tell what Debian thinks is installed in the PC.
Please Log in or Create an account to join the conversation.
11 Dec 2014 00:43 - 11 Dec 2014 00:44 #53884
by ArcEye
sudo lspci -vv > lspci.txt
in a terminal and attach the resultant lspci.txt file.
dmesg | grep eth should give some info about what happened at boot too
Replied by ArcEye on topic Debian Wheezy 2.6n install on GX620
How do I tell what NIC it actually is?
sudo lspci -vv > lspci.txt
in a terminal and attach the resultant lspci.txt file.
dmesg | grep eth should give some info about what happened at boot too
Last edit: 11 Dec 2014 00:44 by ArcEye.
Please Log in or Create an account to join the conversation.
11 Dec 2014 00:55 #53887
by tjamscad
Replied by tjamscad on topic Debian Wheezy 2.6n install on GX620
Here is this, the grep command didnt show anything.
Please Log in or Create an account to join the conversation.
11 Dec 2014 01:14 #53889
by ArcEye
Replied by ArcEye on topic Debian Wheezy 2.6n install on GX620
Well either I am going blind or there is no Ethernet controller showing up
I am expecting to see something like
Do dmesg > dmesg.txt and attach the whole file, maybe the reason the dmesg | grep eth did not produce anything is that either the kernel does not detect it, it is broken or not present.
I am expecting to see something like
Ethernet controller [0200]: Intel Corporation NM10/ICH7 Family LAN Controller [8086:27dc] (rev 01)
Do dmesg > dmesg.txt and attach the whole file, maybe the reason the dmesg | grep eth did not produce anything is that either the kernel does not detect it, it is broken or not present.
Please Log in or Create an account to join the conversation.
Time to create page: 0.080 seconds