Je suis ne suis lancé dans l'utilisation de Ubuntu 7.10, et je l'ai installé en multiboot avec Win2000 /XP.
Je cherche à communiquer en réseau COAX vers d'autre PC comme avec Windows.
Le PC utilisé est un Pentium 4 celeron 2.51 Ghz qui comporte une autre carte RJ45 (elle fonctionne.)
La carte utilisée est une 3com 3c900 combo (2 connexions: COAX et RJ45 en PCI)
Sous Windows, il suffit d'avoir une connexion pour que la partie COAX ou RJ45 s'active au démarrage
Sous Ubuntu, la partie RJ45 fonctionne, le COAX pas!
Un test ping ne passe pas, mais malgré cela, le voisinage réseau affiche les noms des autres PC.
Je pense que le pilote 3c59x employé (j'ai pas choisis) est mauvais pour la partie COAX puisque c'est pareil avec un Live CD Knoppix sur un autre PC.
----
Voici les commandes que j'ai essayées.
Commande ethtool:
[email protected]:~$ sudo ethtool --h
ethtool version 5
Usage:
ethtool DEVNAME Display standard information about device
ethtool -s|--change DEVNAME Change generic options
[ speed 10|100|1000 ]
[ duplex half|full ]
[ port tp|aui|bnc|mii|fibre ]
[ autoneg on|off ]
[ phyad %%d ]
[ xcvr internal|external ]
[ wol p|u|m|b|a|g|s|d... ]
résultats:
J'ai essayé ifconfig:[email protected]:~$ sudo ethtool -s eth0 port mii -> ok
[email protected]:~$ sudo ethtool -s eth0 port bnc -> ce que je veux
Cannot set new settings: Invalid argument
not setting port
Résultats:ifconfig [-v] [-a] [-s] [interface]
ifconfig [-v] interface [aftype] options | address ...
bla-bla
media type
Set the physical port or medium type to be used by the device.
Not all devices can change this setting, and those that can vary
in what values they support. Typical values for type are
10base2 (thin Ethernet), 10baseT (twisted-pair 10Mbps Ethernet),
AUI (external transceiver) and so on. The special medium type
of auto can be used to tell the driver to auto-sense the media.
Again, not all drivers can do this.
et mii-diag me donne:[email protected]:~$ sudo ifconfig -s eth0 media 10base2
port: SIOCSIFMAP: Opération non supportée
[email protected]:~$
Qu'est ce que je dois faire avaler à Ubuntu pour qu'il communique par la partie coax de cette carte.[email protected]:~$ sudo mii-diag eth0
Basic registers of MII PHY #0: 0000 ffff 0000 ffff 0000 ffff 0000 ffff.
The autonegotiated capability is 0000.
No common media type was autonegotiated!
This is extremely unusual and typically indicates a configuration error.
Perhaps the advertised capability set was intentionally limited.
Basic mode control register 0x0000: Auto-negotiation disabled, with
Speed fixed at 10 mbps, half-duplex.
Basic mode status register 0xffff ... ffff.
Link status: established.
Remote fault detected!
*** Link Jabber! ***
Your link partner advertised ffff: Flow-control 100baseT4 100baseTx-FD 100baseTx 10baseT-FD 10baseT, w/ 802.3X flow control.
End of basic transceiver information.
Merci