Portál AbcLinuxu, 18. července 2025 10:42
lspci -n | grep 14e4:43 | awk '{ print $3}'@@
On my NX6125 computer, this give me : 14e4:4318
echo "14e4 4318" > /sys/bus/pci/drivers/bcm43xx/new_id
(you must replace the : by a space)
*
In order to use the bcm43xx module by NetworkManager, you need to restart the services
service NetworkManager restart
service NetworkManagerDispatcher restart
Now the wireless connexion works perfectly
*
Unfortunately you must do the modpobe and the modification of /sys/bus/pci/drivers/bcm43xx/new_id at every boot.
The simplest way even if this is not the best one , is to modify the /etc/rc.local file :
echo 'modprobe bcm43xx' >> /etc/rc.local
echo 'echo "'14e4 4318'" > /sys/bus/pci/drivers/bcm43xx/new_id' >> /etc/rc.local
These command will add the following line at the end of the /etc/rc.local file:
modprobe bcm43xx
echo "14e4 4318" > /sys/bus/pci/drivers/bcm43xx/new_id
You're done. The Wifi now works well at every boot!
lspci -n | grep 14e4:43 | awk '{ print $3}'@@
echo "tady zadáš to, co vypadne z toho horního příkazu bez dvojtečky" > /sys/bus/pci/drivers/bcm43xx/new_id
lspci -n | grep 14e4:43 | awk '{ print $3}'@@
mi vypise jenom tohle:
awk: { print $3}@@
awk: ^ invalid char '@' in expression
Tak nevim co tam mam spatne. Jinak ten navod je uplne srozumitelnej a delal jsem to prikaz po prikazu a vse slo bez problemu.
/sbin/lspci -n | grep 14e4:43 | awk '{ print $3}'
tak mi to vypise
14e4:4318
a kdyz pak dam
echo "14e4 4318" > /sys/bus/pci/drivers/bcm43xx/new_id
tak me to vyhodi chybu
bash: /sys/bus/pci/drivers/bcm43xx/new_id: není souborem ani adresářem
prosim o nadhled, jsem fakt zacatnik a s tou wifi mam porad problemy, ale moc bych to chtel rozjet, protoze jinak je pro me linux nepouzitelny.
modprobe bcm43xx
echo "14e4 4318" > /sys/bus/pci/drivers/bcm43xx/new_id
modprobe bcm43xx
[tomic@localhost ~]$ /sbin/iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11b/g ESSID:off/any Nickname:"Broadcom 4318"
Mode:Managed Frequency=2.437 GHz Access Point: Invalid
Bit Rate=1 Mb/s Tx-Power=19 dBm
RTS thr:off Fragment thr:off
Link Quality=0/100 Signal level=-256 dBm Noise level=-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.