After Updating from Core 196 to to Core 197 the USB connected Network Cards are not working anymore. System is a :
| IPFire-Version | IPFire 2.29 (x86_64) - core197 |
|---|---|
| Pakfire-Version | 2.29-x86_64 |
Symptoms:
ifconfig -a
USB-Network Card
blue0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.25.250 netmask 255.255.255.0 broadcast 0.0.0.0
ether 00:0e:c6:b2:eb:fa txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
USB Network Card
orange0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.30.250 netmask 255.255.255.0 broadcast 0.0.0.0
ether 00:0e:c6:b2:ee:fe txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lsusb -v
Bus 001 Device 002: ID 0b95:7720 ASIX Electronics Corp. AX88772
Negotiated speed: High Speed (480Mbps)
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 255 Vendor Specific Subclass
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x0b95 ASIX Electronics Corp.
idProduct 0x7720 AX88772
bcdDevice 0.01
iManufacturer 1 ASIX Elec. Corp.
iProduct 2 AX88772A
iSerial 3 0009BC
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0027
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 4 0
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 250mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 0
iInterface 7 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 11
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 EP 3 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 255 Vendor Specific Subclass
bDeviceProtocol 0
bMaxPacketSize0 8
bNumConfigurations 1
Device Status: 0x0000
(Bus Powered)
[ 71.122193] asix 1-8:1.0 blue0: configuring for phy/internal link mode
[ 71.280339] asix 1-6:1.0 orange0: configuring for phy/internal link mode
[ 71.588792] e100 0000:0e:07.0 red0: NIC Link is Up 100 Mbps Full Duplex
[ 73.251018] r8169 0000:08:00.0 green0: Link is Up - 1Gbps/Full - flow control off
[ 73.286277] asix 1-8:1.0 blue0: Link is Up - 100Mbps/Full - flow control rx/tx
Ping to both interfaces is not possible.
Tried a fresh install, but no success.
EDIT: moderator formatted code block