Re0 driver or hardware problem?

2010-11-03 Thread Gabor Radnai
Oh, and forgot to mention:
- the tp-link card in another Windows PC is working nicely
- booting from Ubuntu Live CD on the same machine where FreeBSD is installed
- the tp-link card is working, get an IP address via DHCP

Gabor
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re0 driver or hardware problem?

2010-11-02 Thread Gabor Radnai
Hi,

I have an Asus M2NPV-VM motherboard with integrated Nvidia MCP51 Gigabit
Ethernet NIC and
TP-Link TG-3468 PCIe network card which is basically using Realtek chip.

I have several problems:

1. There is a boot time menu for tp-link card which says it is a 8111b/8111c
but re driver supports
RTL8139C+, RTL8169, RTL8169S, RTL8110S, RTL8168S, RTL8111S and RTL8101E. Is
it correct using the re driver?
2. The Nvidia network interface is working properly but the other though it
seems recognized by OS I cannot use.
Sporadically it remains down and if it gets up then does not get ip address
via DHCP nor help if I set static ip address.
Can manipulate via ifconfig but unreachable via IP.

I replaced cable, interchanged cable working with Nvidia, restarted
switch/router but no luck so far.

And advise please?

Thanks,
Gabor

uname -v
FreeBSD 8.1-RELEASE #0 r210200M: Wed Jul 21 14:21:18 CEST 2010
r...@neo.vx.sk:/usr/obj/usr/src/sys/GENERIC

pciconf:
n...@pci0:0:20:0:class=0x068000 card=0x816a1043 chip=0x026910de rev=0xa3
hdr=0x00
vendor = 'NVIDIA Corporation'
device = 'MCP51 Network Bus Enumerator'
class  = bridge
r...@pci0:1:0:0:class=0x02 card=0x816810ec chip=0x816810ec rev=0x01
hdr=0x00
vendor = 'Realtek Semiconductor'
device = 'Gigabit Ethernet NIC(NDIS 6.0) (RTL8168/8111/8111c)'
class  = network
subclass   = ethernet

rc.conf:
ifconfig_nfe0="inet 192.168.0.200 netmask 255.255.255.0"
defaultrouter="192.168.0.1"
hostname="xxx"
ifconfig_re0="DHCP"

dmesg:
nfe0:  port 0xc800-0xc807 mem
0xfe02b000-0xfe02bfff irq 21 at device 20.0 on pci0
miibus1:  on nfe0
e1000phy0:  PHY 19 on miibus1
e1000phy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
1000baseT-FDX, auto
nfe0: Ethernet address: 00:1a:92:38:dc:95
nfe0: [FILTER]
re0:  port
0xac00-0xacff mem 0xfdbff000-0xfdbf irq 16 at device 0.0 on pci1
re0: Using 1 MSI messages
re0: Chip rev. 0x3800
re0: MAC rev. 0x
miibus0:  on re0
rgephy0:  PHY 1 on miibus0
rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
1000baseT-FDX, auto
re0: Ethernet address: d8:5d:4c:80:b4:88
re0: [FILTER]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Samba 3.5.2 with/out aio on FreeBSD 7.2

2010-05-05 Thread Gabor Radnai
Guys, arrogance and bad humor is not very helpful ...

Pls read again: I have a working version 3.4.5 _with_ aio. So, yes I know
what I am doing and yes, aio module is loaded. And yes, I know google. And
as I am asking here then no, I have not found any help yet.

My problem is that when using version 3.5.2 (which was compiled with
aio-support on and still aio module is loaded) I get this error message
below.

Any real help?

Thanks.

On Wed, May 5, 2010 at 6:59 PM, Matthias  wrote:

> Guess that's the Russian way to say google is your best friend...:P
>
> @gabor:
> did you load the AIO module?
>
>
> On 5 mei 2010, at 17:58, Timur I. Bakeyev wrote:
>
> > The real answer would be: if you don't know, what you are doing -
> > don't compile from source.
> >
> > Timur.
> >
> > On Tue, Apr 27, 2010 at 10:44 PM, Gabor Radnai 
> wrote:
> >> Hi,
> >>
> >> I have a FreeBSD 7.2/amd64 machine with Samba 3.4.5 with aio support
> >> enabled. If I try to upgrade to Samba 3.5.2 from source aio support
> compiles
> >> but I receive "Abnormal server exit: Failed to setup RT_SIGNAL_AIO
> handler"
> >> fatal error from smbd. Without aio 3.5.2 too works nice.
> >>
> >> Did somebody successfully compiled and run Samba 3.5.2 with aio enabled?
> >> What special compile/runtime option would be required to enable aio?
> >>
> >> Thanks.
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Samba 3.5.2 with/out aio on FreeBSD 7.2

2010-04-27 Thread Gabor Radnai
Hi,

I have a FreeBSD 7.2/amd64 machine with Samba 3.4.5 with aio support
enabled. If I try to upgrade to Samba 3.5.2 from source aio support compiles
but I receive "Abnormal server exit: Failed to setup RT_SIGNAL_AIO handler"
fatal error from smbd. Without aio 3.5.2 too works nice.

Did somebody successfully compiled and run Samba 3.5.2 with aio enabled?
What special compile/runtime option would be required to enable aio?

Thanks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"