[leaf-user] Sun 501-5406 X1034A Quad 4-Port PCI-X Fast Ethernet Driver

2013-03-24 Thread d
Hello, I am on a Leaf Bering firewall: new-host# uname -a Linux new-host 2.4.34 #1 Tue Jan 23 20:12:21 CET 2007 i586 unknown and I would like to find a compiled driver-module for this Sun quad board:

Re: [leaf-user] Sun 501-5406 X1034A Quad 4-Port PCI-X Fast Ethernet Driver

2013-03-24 Thread Andrew
It seems like this NIC is already supported by vanilla kernel. Try to enable CONFIG_HAPPYMEAL option and reassemble kernel. It isn't enabled by default in LEAF because NIC is enougn rare, and LEAF will become too fat if all NICs (and other hw like rare ATA controllers) will be enabled here.

[leaf-user] Sun 501-5406 X1034A Quad 4-Port PCI-X Fast Ethernet Driver

2013-03-24 Thread d
Hello Andrew, Try to enable CONFIG_HAPPYMEAL option and reassemble kernel. you mean, recompile/rebuild ? I have experience with adding .o modules only, I did it with other NIC cards. Plus, I don't have a Linux box, I only have OSX which has a BDS Unix under the hood, do you think I could

Re: [leaf-user] Sun 501-5406 X1034A Quad 4-Port PCI-X Fast Ethernet Driver

2013-03-24 Thread Andrew
24.03.2013 20:55, d пишет: Hello Andrew, Try to enable CONFIG_HAPPYMEAL option and reassemble kernel. you mean, recompile/rebuild ? I have experience with adding .o modules only, I did it with other NIC cards. Yes. It isn't too hard. Just modify kernel config, and run compilation. Plus,