Help/Guidance in resolving: 'nfe0 tx v2 error 0X6004'


 
Thread Tools Search this Thread
Operating Systems BSD Help/Guidance in resolving: 'nfe0 tx v2 error 0X6004'
# 1  
Old 02-17-2009
Help/Guidance in resolving: 'nfe0 tx v2 error 0X6004'

From ifconfig (Free BSD):

nfe0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>
metric 0 mtu 1500

options=8<VLAN_MTU>
ether (ommited, but correct)
inet 192.168.10.100 netmask 0Xffffff00 broadcast 192.168.10.255
media:Ethernet autoselect (100BaseTX <half-duplex>
status: active


Bolded flags seem to indicate a configuration problem- from Free BSD handbook.

After oblique Google search references to:
'error 0X6004', i do not know where/how to continue nailing this down.

I've -

-Checked the HW release notes for Ver. 7.1 before install, the on-board MCP (NVidia/Nforce4 - MCP51 checked OK)
- (2 yr old post) at Asus forums tells of a Video Out issue with this Mobo. Talk of Bios handling of compiled ACPI not fully compliant w/ ACPI standards (a Windows compiler- apparently).
- Upgraded Mobo Bios firmware to newer release.

Post Install
-Checked the Kernel Config, w/ reference to the driver Man. page
- Pinged the LoopBack - Success
- Pinged the interface itself - Success
- * Can not reach my SoHo Gateway (very small net), but I dual booted w/ Windows (long standing install)... works on Windows!
- Re-flashed Mobo Bios to the 3 most recent releases and tried again.

I am totally new to this OS, so the learning is straight up.

Anyone recognize my issue here, and can spend some keyboard time offering guidance toward resolving this?
(hunch) A driver problem? ifconfig says 'autoselect', but is that same as AutoNegotiate (in Unix parlance?). If so, the int. should be at 100TX Full Duplex, not Half.

Thanks, Tom

[edit] Went to my Gateway, the corresponding int. for the Free BSD shows everything UP

Last edited by tomk; 02-18-2009 at 01:28 AM.. Reason: spelling / add. info.
# 2  
Old 03-15-2009
Hiya, tomk!

Sorry in advance I'm not much help. In a terminal, do `man ifconfig` and `man nfe` to read the manpages for ifconfig and the nfe driver. You can use ifconfig(8) then to set a media option and force full-duplex ... dunno if it will help/make a difference.

As for a driver problem, the nfe(4) driver is the correct driver for the nForce 51. What version of FBSD are you running? It could well be, if it's an older one, that updating would help ... because you'd likely get corrected driver code (if it is indeed a driver issue).

Best of luck!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

New to AIX. Need Guidance

Hi There, I am new to AIX. I am eager to learn the AIX System administration or if there is any other prerequisite before this. Please can anyone help me or guide how to start with AIX, what all courses and certifications do I need to do. I have basic knowledge of UNIX. Please guide as I am... (3 Replies)
Discussion started by: rahulat302
3 Replies

2. Shell Programming and Scripting

Need Some guidance on scripting

Hey All, I am newbie on scripting and need some guidance from all the experts here. I am working on one project where I will check the status/health of around ten (10) solaris 10 servers. I have one central server from where I have already setup the passwordless SFTP and setup the cron... (1 Reply)
Discussion started by: supercops
1 Replies

3. UNIX for Dummies Questions & Answers

Just need some guidance on this nawk

Hi, I am trying to debug some KSH script and it has the nawk portion below. I just want to confirm whether I understand what it does correctly. Example usage of the nawk line is run as below: nawk '/^#/ {next} $1~/^'testp.cfg'$|^'testp.cfg'\.testdb\.com\.ph$/ { c=0 while... (1 Reply)
Discussion started by: newbie_01
1 Replies

4. AIX

Need guidance on VMStat

I need some guidance on the differences in observations, not sure how significantly different are they. Also, It would be nice to hear on the values and what the obvious tuning for performance missing. Observation 1 ending vmstat -v 3948544 memory pages ending vmstat -v ... (1 Reply)
Discussion started by: Snipper
1 Replies

5. UNIX for Dummies Questions & Answers

Help/Guidance in resolving: 'nfe0 tx v2 error 0X6004'

From ifconfig (Free BSD): nfe0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=8<VLAN_MTU> ether (ommited, but correct) inet 192.168.10.100 netmask 0Xffffff00 broadcast 192.168.10.255 media:Ethernet autoselect (100BaseTX <half-duplex> status: active ... (1 Reply)
Discussion started by: tomk
1 Replies

6. UNIX for Dummies Questions & Answers

Need help in resolving Compilation error

state_field state_abvr = { "AL","ALABAMA", "AK","ALASKA", "AZ","ARIZONA", "AR","ARKANSAS", "CA","CALIFORNIA", "CO","COLORADO", "CT","CONNECTICUT", "DE","DELAWARE", "DC","DISTRICT-OF-COLUMBIA", "FL","FLORIDA", "GA","GEORGIA", "HI","HAWAII", "ID","IDAHO", "IL","ILLINOIS",... (1 Reply)
Discussion started by: jagan_kalluri
1 Replies

7. Shell Programming and Scripting

A little guidance needed :)

Hi guys, I'm learning the ropes of BASH and am doing a few exercises to see if its sinking in but have gotten stuck on something I KNOW is looking at me right in the face but just isn't registering. I'm creating a script that needs to get specific strings from a line. So using the "ls -l... (9 Replies)
Discussion started by: shadow0001
9 Replies

8. What is on Your Mind?

Career Guidance

Hi, I am a newbie to Unix, I was introduced to UNIX 8 months back during my Training, I was attracted to Unix as they give complete freedom. I would like to ask how can a OS Admin can go into development field of Unix. Currently I am working in a MNC in Backup- Storage Admin Domain I am... (1 Reply)
Discussion started by: sufi_431
1 Replies

9. AIX

NIM Guidance

I've just started to explore NIM and I'm looking for additional information on how to set it up and configure it. I've read through the "NIM A-Z" and have many unanswered questions. One question is how can I have the NIM server pull a mksysb of the clients and can I schedule this to happen... (1 Reply)
Discussion started by: scottsl
1 Replies

10. UNIX for Advanced & Expert Users

DNS not resolving

I have configured my solaris 9 box to obtain a IP from the DHCP server which is on windows, I have also set up the DNS with domain name and name servers under /etc/resolv.conf I can ping a ip address I just cant seem to ping hostnames, theres probaly something im not doing. I have looked through... (9 Replies)
Discussion started by: Mr Pink
9 Replies
Login or Register to Ask a Question