Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dell Dimension 4600 with Intel 865PE chipset
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
tbenson
n00b
n00b


Joined: 01 Jun 2003
Posts: 4

PostPosted: Sun Jun 01, 2003 7:18 pm    Post subject: Dell Dimension 4600 with Intel 865PE chipset Reply with quote

Hello,

I recently purchased a Dell Dimension 4600 with an Intel 865PE chipset. Both the chipset and the Dimension 4600 series are very new (I believe both came out in late May). Of course, the first thing that I did when I got the machine was throw Gentoo at it, but I've had some problems since the chipset doesn't really seem to be supported by any kernels that I've tried.

Does anyone know of a kernel that includes support for the Intel 865PE chipset? Or a patch that I can apply to one of the kernels?

In particular, the onboard NIC (an Intel PRO/100 VE) doesn't work with some kernels. It did not work with the kernel that came with the 1.4_rc4 installer, despite including the correct NIC module (e100). I got around that by installing a 3COM card for the install and have since found some kernels that support it. But I cannot get the SB Live! sound card to work in any kernel I've tried. lspci can see it fine and I know there is excellent support for this card, so I assume it's due to the chipset. I've even tried both ALSA and OSS in several kernels, built the emu10k1 driver into the kernel and as a module, etc. The modules always insert fine, but no lines show up in the system log noting that a device was found and the /dev files are never created.

Here are the kernels that I've tried and their results:

linux-2.4.20-gentoo-r5
agpgart cannot recognize the chipset at all. Neither the NIC nor sound card work, but everything else is fine.

linux-2.5.70
agpgart recognizes the chipset as an 865, although I assume that's different than the 865PE. The NIC works, sound card does not.

linux-2.4.21-rc4-ac1
agpgart recognizes the chipset as an 865G, which is again not exactly correct. The NIC works (well the module loaded, I didn't really test it), but the sound card still does not.

I also tried a RedHat 9 install and it could not find the sound card either. I know the card works however as it works in Windows.

Has anyone else tried putting Gentoo on a Dimension 4600 or a mobo based on the Intel 865PE chipset? Did you have similar problems?

Thanks.
Back to top
View user's profile Send private message
Xenophon
n00b
n00b


Joined: 08 Jun 2003
Posts: 20
Location: London, UK

PostPosted: Sun Jun 08, 2003 7:48 pm    Post subject: Albatron PX864PE Pro Reply with quote

I just purchased an Albatron PX864PE Pro, and trying to install Gentoo on it gave me the same problems. I have not yet tried other kernels, and I am still looking for real 865PE support in Linux. I will post my findings here, but until then, I too would like anyone with a solution to assist.
Back to top
View user's profile Send private message
tbenson
n00b
n00b


Joined: 01 Jun 2003
Posts: 4

PostPosted: Sun Jun 08, 2003 9:39 pm    Post subject: Reply with quote

I've gotten this mostly working now. I'm running kernel 2.4.21_rc6-ac1, which recognizes the board as an 865G (the G apparently has integrated video, so I get a warning saying that it can't find that). Despite that warning, the video card works with AGP now. The NIC also works with this kernel and the e100 module. My sound card issue turned out to be unrelated. Dell ships an OEM version of the SoundBlaster Live! that is unsupported in Linux (unless you want to pay for drivers). I'm just using the onboard audio now, which also works with the above kernel.

I just noticed that 2.4.21_rc7-ac1 made it into the portage tree Friday. I might try that one as well, but I'm pretty happy with rc6.
Back to top
View user's profile Send private message
dhughes
n00b
n00b


Joined: 10 Jun 2003
Posts: 9
Location: Melbourne, Australia

PostPosted: Tue Jun 10, 2003 1:06 pm    Post subject: Reply with quote

I've just built up a system based on the MSI 865PE Neo2-S motherboard. I tried to install Gentoo 1.4 RC4 but it hung on bootup. Then I found a BIOS setting that put the chipset into "legacy mode". That restricted what I could set up with the extra IDE channels, but with a bit of re-plugging of cables I got a working system I could boot to. Yes, I got through my first Gentoo install!

This MoBo does not have the onboard LAN or graphics to confuse the issue. I guess at some stage I'll have to go back and update the kernel to support this MoBo properly, but that can happen when I'm further along the learning curve.

I'd tried Gentoo previously on an old K6-2/350 box but it was painfully slow. :( I decided not to try again until I had a better system to use it on, and now I have it. :D This is one fast box. Dual-bank DDR400 RAM (1GB), a 3.0Ghz Pentium 4 with 800Mhz FSB, and a WD 10,000rpm SATA hard drive. 8) I think I can cope with it partially crippled for a while!

Don
Back to top
View user's profile Send private message
orkid
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jun 2002
Posts: 94
Location: Toronto, Canada

PostPosted: Tue Jun 10, 2003 9:20 pm    Post subject: Reply with quote

same problem here.

i'm using the 1.4_rc2 disc and can't modprobe eepro100 or e100. It won't load the modules saying device does not exist.

anyone know when support for this chipset will be in the kernel. If it already is, what versions? (hopefully it's in a 2.4, i'd rather stay with that than go to 2.5)

tia
Back to top
View user's profile Send private message
jmquigs
n00b
n00b


Joined: 05 Mar 2003
Posts: 11

PostPosted: Wed Jun 11, 2003 1:58 am    Post subject: Reply with quote

I have an Asus P4P800 which is based on the 865PE. gentoo-r5 doesn't recognize it, so the disk DMA is disabled by default and NVIDIA uses its own driver instead of AGPGART. I tried 2.4.21_rc7-ac1, but it hung on boot, right after printing a line about ac97 audio codec. If I disable audio entirely it works, but I would rather have audio through my SBLive card.

Does anyone know how to disable the ac97 without disabling all sound? Even if I disable it in the BIOS I still get the hang.
Back to top
View user's profile Send private message
orkid
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jun 2002
Posts: 94
Location: Toronto, Canada

PostPosted: Wed Jun 11, 2003 2:26 pm    Post subject: Reply with quote

how did you 'disable audio entirely'?
Back to top
View user's profile Send private message
Xenophon
n00b
n00b


Joined: 08 Jun 2003
Posts: 20
Location: London, UK

PostPosted: Thu Jun 12, 2003 2:57 pm    Post subject: Reply with quote

tbenson wrote:
I've gotten this mostly working now. I'm running kernel 2.4.21_rc6-ac1, which recognizes the board as an 865G (the G apparently has integrated video, so I get a warning saying that it can't find that). Despite that warning, the video card works with AGP now. The NIC also works with this kernel and the e100 module.


I'm really interested in getting HyperThreading and thermal management (as well as CPU scaling) working, for power and efficiency purposes. I still haven't got 2.5.70 out of the development-sources to compile (unresolved symbols in various board specific modules, ICH and epro100).
Back to top
View user's profile Send private message
jmquigs
n00b
n00b


Joined: 05 Mar 2003
Posts: 11

PostPosted: Thu Jun 12, 2003 11:04 pm    Post subject: Reply with quote

orkid, in the kernel menu configure, I just disabled sound on the "Sound" menu.
Back to top
View user's profile Send private message
orkid
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jun 2002
Posts: 94
Location: Toronto, Canada

PostPosted: Thu Jun 12, 2003 11:48 pm    Post subject: Reply with quote

Xenophon. I have 2.5.70 compiled with no problems on an MSI Neo2-LS board. P4 2.4C. 1gb ram. and the e100 driver.

do you have any leftover 2.4 pieces from a previous 2.4 kernel install attempt?
Back to top
View user's profile Send private message
Xenophon
n00b
n00b


Joined: 08 Jun 2003
Posts: 20
Location: London, UK

PostPosted: Wed Jun 25, 2003 6:29 am    Post subject: Reply with quote

As a sidenote, I did have bits of broken 2.4 install lying around, but removing them did not fix the problem.
Back to top
View user's profile Send private message
ceuric01
n00b
n00b


Joined: 03 Mar 2003
Posts: 8
Location: West Virginia

PostPosted: Mon Aug 25, 2003 7:31 pm    Post subject: Intel PRO/100 VE (LOM) Ethernet Controller Reply with quote

I have a Dell 4550 with the same problem i have been struggling with this for 2 days now but now all I have to do is update the kernel without internet... I guess ill need to fire up the cd burner again :twisted: I also sent an email to Intel ill post it here and on my other thread if it is worth reading.
https://forums.gentoo.org/viewtopic.php?p=484607#484607

Skeeg
_________________
They say that God takes care of fools and drunks and children ... two out of thre aint bad
Back to top
View user's profile Send private message
Antimatter
Guru
Guru


Joined: 11 Aug 2003
Posts: 463

PostPosted: Tue Aug 26, 2003 2:19 am    Post subject: Reply with quote

i have an onboard gigabit ethernet its an intel i belive on my IC7-G motherboard, anyway i have no other access to the internet so what should i do with the inital installation, i can probably install windows for a while to get the files i need but i don't want to have to do that, it takes time.

anyway is there a guide on how to work with an onboard gigabit ethernet?
Back to top
View user's profile Send private message
ceuric01
n00b
n00b


Joined: 03 Mar 2003
Posts: 8
Location: West Virginia

PostPosted: Tue Aug 26, 2003 2:33 am    Post subject: No internet Oh my Reply with quote

8O

if you can maybe try to download new drivers from intel who knows maybe youll get lucky.
_________________
They say that God takes care of fools and drunks and children ... two out of thre aint bad
Back to top
View user's profile Send private message
Moled
l33t
l33t


Joined: 09 Jul 2003
Posts: 635

PostPosted: Tue Aug 26, 2003 2:50 am    Post subject: Reply with quote

I have an 875 which is pretty much the same

to get agp working I used agpgart as a module and did:

Code:
modprobe agpgart agp_try_unsupported=1


dmesg gives me:
Code:
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 941M
agpgart: Trying generic Intel routines for device id: 2578
agpgart: AGP aperture is 256M @ 0xd0000000


agp works ok with this, or at least the nvidia driver picks it up ok
Code:
Host Bridge:     Intel Corp. 82875P Memory Controller Hub
Fast Writes:     Supported
SBA:             Supported
AGP Rates:       8x 4x
Registers:       0x1f004a1b:0x00000912



proper support is in 2.6

to get HT to work I enabled the following options in the kernel:

under
Processor type and features --->
Code:

(Pentium-4) Processor family 
 [*] Symmetric multi-processing support


under:
General setup --->
ACPI Support --->

Code:

[*] ACPI Support
[*] CPU Enumeration Only


this is disabled by default (read the help for that last option)
so also to my lilo.conf I added the following to each appropriate kernel section:

Code:
append="acpismp=force"






the inbuilt ethernet uses the e1000 module

ie "modprobe e1000" should work

in the kernel I used:

Network device support --->
Ethernet (1000 Mbit) --->
Code:
<M> Intel(R) PRO/1000 Gigabit Ethernet support


and added "e1000" to /etc/modules.autoload.d/kernel-2.4
remember to run "modules-update"

hope this makes sense/help at all
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum