Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
12-02-2008, 06:19 AM
|
#1
|
|
LQ Newbie
Registered: Dec 2008
Posts: 3
Rep:
|
core i7, nehalem, x58 & P6t Linux/ Ubuntu
Are the new nehalem core i7 processors and x58 chipset mother boards supported in linux.
I'm specially interested in i7 920, Asus P6T and Ubuntu 8.10.
This information seems very hard to find! I am building a new workstation and cheapest nehalem architecture falls only 150 euros behind the best consumer budget core 2 duo alternative. I expect 1366 socket to last longer and am willing to pay a littlebit more for nehalem.
|
|
|
|
12-02-2008, 08:40 AM
|
#2
|
|
LQ Newbie
Registered: Nov 2008
Posts: 5
Rep:
|
compatibility
Quote:
Originally Posted by Djmasa
Are the new nehalem core i7 processors and x58 chipset mother boards supported in linux.
I'm specially interested in i7 920, Asus P6T and Ubuntu 8.10.
This information seems very hard to find! I am building a new workstation and cheapest nehalem architecture falls only 150 euros behind the best consumer budget core 2 duo alternative. I expect 1366 socket to last longer and am willing to pay a littlebit more for nehalem.
|
My experience with linux is that it almost always will work with new mainboards, because it emulates them in the HCL (Hardware Compatibility Layer). When it doesn't work it is because some of the features aren't supported. Like adjusting fan speeds.
You had better buy hardware you know is going to work with your linux, not a gaming board for instance, unless you have supported videocard, soundcard, etc.
Did you know that there is a hcl. hardware compatibility list?
|
|
|
|
12-03-2008, 07:38 AM
|
#3
|
|
LQ Newbie
Registered: Dec 2008
Posts: 3
Original Poster
Rep:
|
Quote:
Originally Posted by titmalau
My experience with linux is that it almost always will work with new mainboards, because it emulates them in the HCL (Hardware Compatibility Layer). When it doesn't work it is because some of the features aren't supported. Like adjusting fan speeds.
You had better buy hardware you know is going to work with your linux, not a gaming board for instance, unless you have supported videocard, soundcard, etc.
Did you know that there is a hcl. hardware compatibility list?
|
Yes I'n definitely going to only buy harware I KNOW to be compatible. That's the reason for this thread anyway!
I didn't know of such database. As I said it seems very hard to find this information for me, maybe you can help... If you mean the HCL-tab within linuxquestions I'm afraid that it is quite insufficient or hard to operate, because it returns no applicable replies for searchwords like "p5q pro" or "q6600" as not anything for "p6t" or "core i7" (the latter are of my concern, the former I know (or believe) to be compatible.)
So from your experience are those features commonly to be supported in the future for new mainboards if not necessarily right away?
My aim is to build a workstation (audio, video and office) from the best parts available for my budget for linux use (no gaming).
Thank you for your reply.
|
|
|
|
12-27-2008, 06:32 AM
|
#5
|
|
LQ Newbie
Registered: Apr 2006
Posts: 1
Rep:
|
I've a P6T DELUXE with a i7 920 Processor, i've run UBUNTU 8.10 Live and the System doesn't recognize the Ethernet cable (I've a Fastweb adsl connection) and it doesn't work. I need help to understand how to solve this problem because I've installed UBUNTU on my old PC and it worked so good...!!!
Thank you for your attention
|
|
|
|
12-27-2008, 08:28 AM
|
#6
|
|
LQ Newbie
Registered: Dec 2006
Posts: 3
Rep:
|
Quote:
Originally Posted by Lionmax67
[...] System doesn't recognize the Ethernet cable [....]
|
Hi,
I just set up a p6t deluxe last night. I run debian unstable which currently has the 2.6.26 kernel. After loading 'sky2' (the Marvell Yukon 2 Gigabit Ethernet driver) I got link. It works.
Sound works with snd_hda_intel.
I can't comment on video performance since I'm using the radeonhd driver and it need further work...
|
|
|
|
02-07-2009, 12:12 PM
|
#7
|
|
LQ Newbie
Registered: May 2005
Location: Planet Utah
Distribution: Slackware 10.1
Posts: 5
Rep:
|
load the sky2 module on the ASUS P6T.
Quote:
Originally Posted by Lionmax67
I've a P6T DELUXE with a i7 920 Processor, i've run UBUNTU 8.10 Live and the System doesn't recognize the Ethernet cable (I've a Fastweb adsl connection) and it doesn't work. I need help to understand how to solve this problem because I've installed UBUNTU on my old PC and it worked so good...!!!
Thank you for your attention
|
Lionmax67:
Check to see which modules you have installed and look for sky2.
#] # lsmod | grep sky2
If you do not get a reply of sky2 with its load information the load the module.
#] # depmod -a
#] # modprobe sky2
The restart your network deamon.
Good luck gvtlinux
|
|
|
|
02-07-2009, 12:58 PM
|
#8
|
|
LQ Newbie
Registered: Feb 2009
Posts: 8
Rep:
|
I have a gigabyte ex58 ds4. Everything is great except Ethernet for me
|
|
|
|
02-07-2009, 03:29 PM
|
#9
|
|
LQ Newbie
Registered: May 2005
Location: Planet Utah
Distribution: Slackware 10.1
Posts: 5
Rep:
|
Quote:
Originally Posted by scotsgeezer
I have a gigabyte ex58 ds4. Everything is great except Ethernet for me
|
Scotsgeezer:
You will have to provide the ouput of /sbin/lspci for me. I will then find the module you will require based on the chipset.
Unless you already know which chipset your ethernet.
gvtlinux
|
|
|
|
02-07-2009, 04:38 PM
|
#10
|
|
Senior Member
Registered: Jul 2006
Location: Kolkata, India
Distribution: 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,717
Rep: 
|
works fine with Fedora-10...and at most you will have minor problems with other distros
|
|
|
|
02-07-2009, 07:18 PM
|
#11
|
|
LQ Newbie
Registered: Feb 2009
Posts: 8
Rep:
|
Quote:
Originally Posted by gvtlinux
Scotsgeezer:
You will have to provide the ouput of /sbin/lspci for me. I will then find the module you will require based on the chipset.
Unless you already know which chipset your ethernet.
gvtlinux
|
Its a Realtek 8111D chip, which uses the driver r8168.
I have managed to build the kernel module and install it. However, when i run modprobe r8168 it enables it no worries but the driver doesn't do anything.
After some messing around, I decided to try rmmod r8168, then modprobe r8168 speed=1000.
It worked, ifdown->ifup all was well
Reboot...... its broken again.
Back to the drawing board

|
|
|
|
02-07-2009, 10:02 PM
|
#12
|
|
LQ Newbie
Registered: May 2005
Location: Planet Utah
Distribution: Slackware 10.1
Posts: 5
Rep:
|
Quote:
Originally Posted by scotsgeezer
Its a Realtek 8111D chip, which uses the driver r8168.
I have managed to build the kernel module and install it. However, when i run modprobe r8168 it enables it no worries but the driver doesn't do anything.
After some messing around, I decided to try rmmod r8168, then modprobe r8168 speed=1000.
It worked, ifdown->ifup all was well
Reboot...... its broken again.
Back to the drawing board

|
Scotsgeezer:
You will have to add the module to the /etc/modprobe.conf file as.
alias r8168 ethx
Where ethx is the device that shows Link detected Yes with the /usr/sbin/ethtool.
The speed of the NIC should be auto detected with the Gigabit switch + cable capability and quality.
gvtlinux
|
|
|
|
02-08-2009, 01:10 PM
|
#13
|
|
LQ Newbie
Registered: Feb 2009
Posts: 8
Rep:
|
It seems to be a bad driver. However, the motherboard isn't helping. The Mobo wont allow a PCI Gigabit card, when the onboard is enabled. Currently the onboard is disabled and the RTL based 8169 PCI card seems to be fine.
So, for those looking to buy this EX58-DS4 board, make sure you have a spare ethernet card to plug into the PCI slot, because the onboard one won't work with Linux.
I would certainly be interested to se if anyone else has got the onboard LAN controller working.
Thanks for the help folks
|
|
|
|
02-08-2009, 01:58 PM
|
#14
|
|
Member
Registered: Dec 2008
Posts: 30
Rep:
|
Have you updated to the most recent Kernel? I noticed that my last Kernel Update had support for several network cards. My onboard Intel eth works since upgrading to the latest 2.6.18 redhat kernel- didnt work before without installing intel e1000e module.
|
|
|
|
02-08-2009, 04:39 PM
|
#15
|
|
LQ Newbie
Registered: Feb 2009
Posts: 8
Rep:
|
Fairly recent, yes. I am currently running RH5.3 i think the kernel is 2.6.18.128 or somthing like that.
It didn't have the r8168 driver that I needed. I had to download it from Realtek and build the module. However, there is still something wrong. I need a break from it at the moment, this board and its drivers have wasted quite some time 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:57 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|