I'm running FreeBSD 9.0 on a Shuttle XS35-703 V2 with an Intel Atom D525 CPU and a Intel GMA 3150 GPU.
The network devices are a Realtek RTL8188CE wireless chip which doesn't work and, most important for this issue:
A JMicron JMC251 Ethernet Controller that would actually support 1000baseT.
However, if I choose any media other than 10baseT, I don't get a connection - I even ended up adding
to my rc.conf! Autoselect chooses 1000baseT and leaves me offline.
I tested my connection with another computer and easily got 1000baseT. However, I'd already be happy with 100baseTX, as my internet connection reaches only 100Mbit downstream anyway.
I assume that the JME4 Driver already is part of my kernel, as I do get a connection. Is that right?
Any ideas how I can improve my connection speed?
The network devices are a Realtek RTL8188CE wireless chip which doesn't work and, most important for this issue:
A JMicron JMC251 Ethernet Controller that would actually support 1000baseT.
However, if I choose any media other than 10baseT, I don't get a connection - I even ended up adding
Code:
ifconfig jme0 media 10baseT/UTP
I tested my connection with another computer and easily got 1000baseT. However, I'd already be happy with 100baseTX, as my internet connection reaches only 100Mbit downstream anyway.
I assume that the JME4 Driver already is part of my kernel, as I do get a connection. Is that right?
Any ideas how I can improve my connection speed?