root/floppyfw-3.0/makefiles/realtek-81xxx-driver.README

Revision 267, 3.2 KB (checked in by root, 2 years ago)

Some fixes and 3.0.12

Line 
1iFrom: Paul Chan <webreg@cgbc.org>
2Subject: Re: Realtek RTL8111DL not detected
3Newsgroups: floppyfw.general
4Date: Fri, 19 Feb 2010 01:10:16 +0800
5Organization: Hyssing.net                                                                 
6
7On 2/14/2010 6:59 AM, Thomas Lundquist wrote:
8> Thomas Lundquist<baldrick@zelow.no>  writes:
9>
10>> Thomas Lundquist<baldrick@zelow.no>  writes:
11>>
12>>> The newest one does mention and have a makefile for 2.4 so at least it
13>>> has been working with 2.4 at some point and they may mean to have it
14>>> working aswell.
15>>
16>> And that point was just a few revisions back. r8168-8.013.00
17>>
18>> Not easy to find and download but I got it. Saved it on my site
19>> aswell.
20>>
21>> Building the whole shebang now, let's see how it all goes.
22>
23> Not too good. The driver is kinda big and poof the pppoe image went
24> too big.
25>
26> Made a separate modules package out of it so you can try it out.
27>
28> http://www.zelow.no/floppyfw/download/floppyfw-3.0/floppyfw-3.0.12rc1/
29>
30>
31> Thomas.
32
33Thank you for your effort!
34I have downloaded 3.0.12rc1 and tested it.  I'm happy to report that
35with a little tweaking, it works!
36
37Summary:
38Using my default configuration and the r8168 driver loaded, the nic
39was partially recognized (no mac address) and no data transfer was
40taking place.  After some testing and troubleshooting, was able to
41solve the problem by force assigning a MAC address to the nic in
42config file.
43
44My setup:
45CONNECT_TYPE=STATIC
46
47Here's what I did:
48copied realtek8.ffw to the modules folder
49added line r8168 to modules.lst
50
51Upon bootup, the driver loads with the following message:
52eth0: RTL8168B/8111B at 0xf8817000, 00:00:00:00:00:00, IRQ10
53
54So, we can see that the nic is detected, but not completely, as there
55is no MAC address.
56
57Cable connects and disconnects are also detected.  However, the status
58message is shown twice with minimal detail.
59eg. When I connect a cable to the nic, the following messages are shown:
60r8168: eth0: link up
61r8168: eth0: link up
62
63Which is slightly different from the status message when I connect my
64other nic which shows more detail and is not repeated:
65eth0: link up, 10Mbps, full-duplex, lpa 0x4061
66Which is slightly different from the status message when I connect my
67other nic which shows more detail and is not repeated:
68eth0: link up, 10Mbps, full-duplex, lpa 0x4061
69
70Initial ping test:
71when I tried to ping an ip address (8.8.8.8), there was no error
72message showing the ping attempts.  All packets simply failed.  When I
73used a regular nic, it pinged fine.
74
75Also tried:
76- Commenting out all other network drivers so only r8168 is loaded.
77No difference.
78
79Solution:
80I examined ifconfig, route to no avail.  Finally, decided to try
81assigning a MAC address to the nic via config file.
82Used the OUTSIDE_MAC setting in config.
83Success!  Was finally able to ping, other computers connected to the
84firewall were also able to access the internet.  Everything appears to
85work!
86
87When I connect/disconnect the cable, it still shows the double message
88but that's ok because at least it works!
89
90So, it seems everything is OK.  I will continue testing to determine
91speed and stability but the initial results are promising!
92
93Hope that info is helpful and thanks again,
94
95Paul
96
Note: See TracBrowser for help on using the browser.