1월, 2019의 게시물 표시

라즈베리파이3B+ 로 옮기고 무선랜 안될때

이미지
[ Log in  to  get rid  of this advertisement] I installed my Raspberry Pi 3 B+ using the sarpi3-installer_slack14.2_30Mar18_sp1.img.xz image. I did a ftp network installation using ftp.slackware.org.uk. It boots up just fine and the ethernet port works. As I've said in another thread, I plan to use this Pi as a replacement for my wireless router. I could use the rpi-update script, but would prefer not to. I prefer to run the 14.2 image instead of -current. It looks like the onboard wireless NIC is not recognized and no kernel module is loaded. Code: # iwconfig && lsusb && lsusb -t lo no wireless extensions. eth1 no wireless extensions. Bus 001 Device 007: ID 046d:c227 Logitech, Inc. G15 Refresh Keyboard Bus 001 Device 005: ID 046d:c226 Logitech, Inc. G15 Refresh Keyboard Bus 001 Device 004: ID 046d:c223 Logitech, Inc. G11/G15 Keyboard / USB Hub Bus 001 Device 006: ID 0424:7800 Standard Microsystems Corp. Bus 001 Device 003: ID 0424:251...

구형라즈베리 에서 라즈베리파이3B+ 로 옮길때

$ cat /proc/version $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get dist-upgrade $ cat /proc/version sudo apt update  sudo apt upgrade 소프트웨어 , 라이브러리만 업데이트하는것은  sudo apt-get update  sudo apt-get upgrade  이고,  펌웨어 업데이트하는것은  sudo wget  http://goo.gl/1BOfJ  -O /usr/bin/rpi-update  sudo chmod +x /usr/bin/rpi-update  sudo rpi-update