- Code: Select all
lsmod | grep ssb
lsmod | grep ssb
Winston wrote:Apparently I need to add a new location to my sources.list, but I have no idea what.
Winston wrote:lsmod | grep ssb
ssb 90112 2 b43,b44
pcmcia 69632 1 ssb
mmc_core 176128 5 b43,sdhci,ssb,cqhci,sdhci_pci
modprobe -v -r b43 b43legacy b44 ssb brcmsmac bcma
modprobe -v wl
modprobe -v b44
Winston wrote:but the apparent wireless (2) still doesn't ping yahoo.com and 8.8.8.8 with the ethernet cord disconnected
ip r
Winston wrote:
- Code: Select all
root@Debian:/home/mike# ip z
Object "z" is unknown, try "ip help".
root@Debian:/home/mike# ip r
default via 192.168.1.1 dev eth0 proto dhcp metric 100
default via 192.168.1.1 dev wlp12s0 proto dhcp metric 600
169.254.0.0/16 dev eth0 scope link metric 1000
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.13 metric 100
192.168.1.0/24 dev wlp12s0 proto kernel scope link src 192.168.1.14 metric 600
root@Debian:/home/mike# ip r
default via 192.168.1.1 dev eth0 proto dhcp metric 100
default via 192.168.1.1 dev wlp12s0 proto dhcp metric 600
169.254.0.0/16 dev eth0 scope link metric 1000
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.13 metric 100
192.168.1.0/24 dev wlp12s0 proto kernel scope link src 192.168.1.14 metric 600
root@Debian:/etc/network# cat interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
ping -c 5 192.168.1.1
ip addr
ip r
cat /proc/net/arp
Winston wrote:
- Code: Select all
169.254.0.0/16 dev eth0 scope link metric 1000
Winston wrote:Not sure which you want, so used both code and quote.
mike@Debian:~$ ping -c 5 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.627 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.509 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=0.457 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=0.416 ms
64 bytes from 192.168.1.1: icmp_seq=5 ttl=64 time=0.410 ms
--- 192.168.1.1 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 88ms
rtt min/avg/max/mdev = 0.410/0.483/0.627/0.084 ms
mike@Debian:~$ ping -c 5 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
--- 192.168.1.1 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 103ms
mike@Debian:~$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: wlp12s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 00:1f:3a:a1:9d:42 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.13/24 brd 192.168.1.255 scope global dynamic noprefixroute wlp12s0
valid_lft 84879sec preferred_lft 84879sec
inet6 fe80::21f:3aff:fea1:9d42/64 scope link
valid_lft forever preferred_lft forever
3: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/ether 00:1d:09:cf:f2:51 brd ff:ff:ff:ff:ff:ff
mike@Debian:~$ ip r
default via 192.168.1.1 dev wlp12s0 proto dhcp metric 600
169.254.0.0/16 dev wlp12s0 scope link metric 1000
192.168.1.0/24 dev wlp12s0 proto kernel scope link src 192.168.1.13 metric 600
mike@Debian:~$ cat /proc/net/arp
IP address HW type Flags HW address Mask Device
192.168.1.1 0x1 0x2 9c:3d:cf:ba:88:f0 * wlp12s0
apt-get purge broadcom-sta-dkms
apt install firmware-b43-installer
Users browsing this forum: No registered users and 13 guests