Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- May 22 16:48:30 x61s-15 kernel: [30386.333436] usb 3-6: USB disconnect, device number 6
- May 22 16:48:32 x61s-15 kernel: [30388.495525] usb 3-6: new high-speed USB device number 9 using xhci_hcd
- May 22 16:48:33 x61s-15 kernel: [30388.690222] usb 3-6: New USB device found, idVendor=0bda, idProduct=5411
- May 22 16:48:33 x61s-15 kernel: [30388.690226] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
- May 22 16:48:33 x61s-15 kernel: [30388.690229] usb 3-6: Product: 4-Port USB 2.0 Hub
- May 22 16:48:33 x61s-15 kernel: [30388.690231] usb 3-6: Manufacturer: Generic
- May 22 16:48:33 x61s-15 kernel: [30388.691235] hub 3-6:1.0: USB hub found
- May 22 16:48:33 x61s-15 kernel: [30388.692134] hub 3-6:1.0: 4 ports detected
- May 22 16:48:33 x61s-15 kernel: [30388.979520] usb 3-6.4: new high-speed USB device number 10 using xhci_hcd
- May 22 16:48:33 x61s-15 kernel: [30389.069535] usb 3-6.4: New USB device found, idVendor=0bda, idProduct=8153
- May 22 16:48:33 x61s-15 kernel: [30389.069539] usb 3-6.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6
- May 22 16:48:33 x61s-15 kernel: [30389.069541] usb 3-6.4: Product: USB 10/100/1000 LAN
- May 22 16:48:33 x61s-15 kernel: [30389.069543] usb 3-6.4: Manufacturer: Realtek
- May 22 16:48:33 x61s-15 kernel: [30389.069545] usb 3-6.4: SerialNumber: 001000001
- May 22 16:48:33 x61s-15 kernel: [30389.076310] usbcore: registered new interface driver r8152
- May 22 16:48:33 x61s-15 kernel: [30389.077724] usbcore: registered new interface driver cdc_ether
- May 22 16:48:33 x61s-15 kernel: [30389.163740] usb 3-6.4: reset high-speed USB device number 10 using xhci_hcd
- May 22 16:48:33 x61s-15 kernel: [30389.252984] r8152 3-6.4:1.0 (unnamed net_device) (uninitialized): Unknown version 0x6010
- May 22 16:48:33 x61s-15 kernel: [30389.252988] r8152 3-6.4:1.0 (unnamed net_device) (uninitialized): Unknown Device
- attempt to install driver on CentOS7 (3.10 kernel):
- frank@DEISMWSN12-030:~/driver/unzip/Linux/r8152-2.06.0$ make
- make -C /lib/modules/3.10.0-862.el7.x86_64/build SUBDIRS=/home/frank/driver/unzip/Linux/r8152-2.06.0 modules
- make[1]: Entering directory `/usr/src/kernels/3.10.0-862.2.3.el7.x86_64'
- CC [M] /home/frank/driver/unzip/Linux/r8152-2.06.0/r8152.o
- In file included from /home/frank/driver/unzip/Linux/r8152-2.06.0/r8152.c:30:0:
- /home/frank/driver/unzip/Linux/r8152-2.06.0/compatibility.h:20:0: warning: "NETIF_F_CSUM_MASK" redefined [enabled by default]
- #define NETIF_F_CSUM_MASK NETIF_F_ALL_CSUM
- ^
- In file included from include/linux/skbuff.h:36:0,
- from include/linux/if_ether.h:23,
- from include/uapi/linux/ethtool.h:18,
- from include/linux/ethtool.h:17,
- from include/linux/netdevice.h:43,
- from /home/frank/driver/unzip/Linux/r8152-2.06.0/r8152.c:15:
- include/linux/netdev_features.h:191:0: note: this is the location of the previous definition
- #define NETIF_F_CSUM_MASK (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | \
- ^
- In file included from /home/frank/driver/unzip/Linux/r8152-2.06.0/r8152.c:30:0:
- /home/frank/driver/unzip/Linux/r8152-2.06.0/compatibility.h:22:0: warning: "skb_vlan_tag_present" redefined [enabled by default]
- #define skb_vlan_tag_present(__skb) vlan_tx_tag_present(__skb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement