Re: problem with network card in P35+ICH9

2008-02-16 Thread Vincent Barus
On Dec 9, 2007 4:00 PM, Playnet [EMAIL PROTECTED] wrote:


 I have a server based gigabyte MB with core2 quadro,
  P35+ICH9
 
  From the below let me guess it is in the MSI Neo familiy of
  Mobo's
  you will want the following patches for re:
 
  http://people.freebsd.org/~yongari/re/re.HEAD.patch
 
  If I am right about the Mobo you should also be getting
  mismatching
  reports on your SATA drives as well the inablity to have
  SATA and
  PATA
  together you will want the following patches to fix that:
  http://www.flosoft-systems.com/patchs/ahci.diff
  http://www.flosoft-systems.com/patchs/i82801-marvell.diff
 

 Patch for RE not compiling.. When these pathes will
 be included in the kernel?

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


I own a MSI P35 Neo with following chips [1]:

One Ultra DMA 66/100/133 IDE controller integrated in Marvell(R) 88SE6111
SATAII controller integrated in ICH9/ICH9R and Marvell(R) 88SE6111 chipest
Supports AHCI controller with SATA RAID 0/1/0+1/5 or JBOD mode by ICH9R
Supports one SATAII port by 88SE6111
Supports PCI Express LAN 10/100/1000 Fast Ethernet by Realtek 8111B

1st problem: PATA DVD drive: boots the kernel from install cd - can't
mount root fs from cd for installation
2nd problem: PATA HDD drive: is not recognized too
3rd problem: I can't tell you if the nic works because i can't boot
any FreeBSD Live CD (Linux too) nor install FreeBSD to a PATA drive

The SATA ports are recognized by the system as far as i saw on the
boot messages so the ICH9/ICH9R shouldn't be the problem.

Google won't tell me much about the Marvell 88SE6111 so i wonder if
someone's out there who can code or already has a compiled driver
driver for this piece of hardware. Unfortunately I can't compile my
own kernel because I only have this one computer...

There was a conversation on current@ a few months ago [2] but i think
it stopped without any result.

Last but not least a few links I found while searching for help:
- http://lists.freebsd.org/pipermail/freebsd-bugs/2007-August/025584.html
- http://butcher.heavennet.ru/patches/kernel/ata/marvell/README.txt



[1] http://www.msi-computer.de/index.php?func=proddescprod_no=1215maincat_no=1
[2] http://lists.freebsd.org/pipermail/freebsd-current/2007-October/077591.html



-- 

~ vb
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with network card in P35+ICH9

2008-02-16 Thread Wojciech Puchar

I own a MSI P35 Neo with following chips [1]:

One Ultra DMA 66/100/133 IDE controller integrated in Marvell(R) 88SE6111
SATAII controller integrated in ICH9/ICH9R and Marvell(R) 88SE6111 chipest
Supports AHCI controller with SATA RAID 0/1/0+1/5 or JBOD mode by ICH9R
Supports one SATAII port by 88SE6111
Supports PCI Express LAN 10/100/1000 Fast Ethernet by Realtek 8111B

1st problem: PATA DVD drive: boots the kernel from install cd - can't
mount root fs from cd for installation


get 6 at boot loader and

set hw.ata.atapi_dma=0
boot

SATA works fine.

i have similar motherboard, forget about Realtek 8111B it's terrible. buy 
some normal network card, or - use realtek but with hardware checksumming 
off.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with network card in P35+ICH9

2007-12-09 Thread Playnet
I think yes.  Probably i have Gigabyte GA-P35-S3R 
(Realtek RTL8111B

PCI-E (GbE) in S3R, my model i check tomorrow)


 is your phy (mii) detected OK?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with network card in P35+ICH9

2007-12-09 Thread Playnet




   I have a server based gigabyte MB with core2 quadro,
P35+ICH9

From the below let me guess it is in the MSI Neo familiy of
Mobo's
you will want the following patches for re:

http://people.freebsd.org/~yongari/re/re.HEAD.patch

If I am right about the Mobo you should also be getting 
mismatching
reports on your SATA drives as well the inablity to have 
SATA and

PATA
together you will want the following patches to fix that:
http://www.flosoft-systems.com/patchs/ahci.diff
http://www.flosoft-systems.com/patchs/i82801-marvell.diff



Patch for RE not compiling.. When these pathes will
be included in the kernel?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with network card in P35+ICH9

2007-12-06 Thread Wojciech Puchar

is your phy (mii) detected OK?



FreeBSD 6.2

 server# ifconfig -a re0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST 
mtu 1500 options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING inet 192.168.2.54 
netmask 0xff00 broadcast 192.168.2.255 ether 00:1a:4d:53:54:4d media: 
Ethernet autoselect (none) status: no carrier 
server# dmesg |grep re0 re0: RealTek 8168B/8111B PCIe Gigabit Ethernet 
port 0xc000-0xc0ff
mem 0xf900-0xf9000fff irq 16 at device 0.0 on pci4 miibus0: MII bus on 
re0 re0: Ethernet address: 00:1a:4d:53:54:4d re0: [FAST] 
But these lan works good into windows with the same cable and

connection. ___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem with network card in P35+ICH9

2007-12-05 Thread Playnet



 I have a server based gigabyte MB with core2 quadro, P35+ICH9

 FreeBSD 6.2

  server# ifconfig -a 
re0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500 
options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING 
inet 192.168.2.54 netmask 0xff00 broadcast 192.168.2.255 
ether 00:1a:4d:53:54:4d 
media: Ethernet autoselect (none) 
status: no carrier  

 server# dmesg |grep re0 
re0: RealTek 8168B/8111B PCIe Gigabit Ethernet port 0xc000-0xc0ff
mem 0xf900-0xf9000fff irq 16 at device 0.0 on pci4 
miibus0: MII bus on re0 
re0: Ethernet address: 00:1a:4d:53:54:4d 
re0: [FAST]  


 But these lan works good into windows with the same cable and
connection. 
___

freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with network card in P35+ICH9

2007-12-05 Thread Aryeh M. Friedman
Playnet wrote:


  I have a server based gigabyte MB with core2 quadro, P35+ICH9

From the below let me guess it is in the MSI Neo familiy of Mobo's
you will want the following patches for re:

http://people.freebsd.org/~yongari/re/re.HEAD.patch

If I am right about the Mobo you should also be getting mismatching
reports on your SATA drives as well the inablity to have SATA and PATA
together you will want the following patches to fix that:
http://www.flosoft-systems.com/patchs/ahci.diff
http://www.flosoft-systems.com/patchs/i82801-marvell.diff

  FreeBSD 6.2

   server# ifconfig -a re0:
 flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING inet 192.168.2.54
 netmask 0xff00 broadcast 192.168.2.255 ether 00:1a:4d:53:54:4d
 media: Ethernet autoselect (none) status: no carrier 
  server# dmesg |grep re0 re0: RealTek 8168B/8111B PCIe Gigabit
 Ethernet port 0xc000-0xc0ff
 mem 0xf900-0xf9000fff irq 16 at device 0.0 on pci4 miibus0: MII
 bus on re0 re0: Ethernet address: 00:1a:4d:53:54:4d re0: [FAST] 
  But these lan works good into windows with the same cable and
 connection. ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]



-- 
Aryeh M. Friedman
FloSoft Systems
Developer, not business, friendly
http://www.flosoft-systems.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]