樹莓派初始設定

2021-06-22 22:25:33 字數 1219 閱讀 8219

使用者名稱 pi 密碼raspberry

sudo vi /etc/network/inte***ces

auto lo

iface lo inet loopback

iface eth0 inet static

address 192.168.103.83

gateway 192.168.103.7

netmask 255.255.255.0

allow-hotplug wlan0

iface wlan0 inet manual

wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf

iface default inet dhcp

/etc/resolv.conf

nameserver 8.8.8.8

轉到圖形介面

init 5

apt-get install samba

vi /etc/samba/smb.conf

找到下面這一段

####### authentication #######

# "security = user" is always a good idea. this will require a unix account

# in this server for every user accessing the server. see

# /usr/share/doc/samba-doc/htmldocs/samba3-howto/servertype.html

# in the samba-doc package for details.

security = user

修改這一行

找到這一段

# to anonymous connections

map to guest = bad user

guest account = pi

新增這一行

到檔案底部

新增下面幾行

[media]

comment = usb storage

path = /home/pi

browseable = yes

read only = no

guest ok = yes    

ctrl+o儲存  ctrl+x退出

執行命令

service samba restart

python樹莓派設定 樹莓派初始設定

wifi設定 每當重新安裝樹莓派的系統或者初始化一塊全新的樹莓派都會遇到這樣的問題 連線wifi。那當我們沒有顯示器和鍵盤的情況下怎末可以將樹莓連線到當前的wifi網路呢?方法非常簡單,首先在sd卡的根目錄下新增乙個名為 wpa supplicant.conf的檔案,然後在該檔案內新增以下的內容 c...

樹莓派聲音輸出設定 樹莓派網路設定

如果安裝raspberry pi os lite,沒有圖形介面,必須手動設定無線網絡卡 1 ip link show 顯示網路介面資訊 正常情況下可以看到無線裝置wlan0 2 sudo iwconfig wlan0 txpower on 開啟無線網絡卡電源 3 iwlist wlan0 scan ...

樹莓派 樹莓派常用設定記錄 彙編

使用傳統的驅動 修改啟動配置檔案 sudo vim boot config.txt 新增以下的某一行 display rotate 0 不旋轉 normal display rotate 1 轉90 degrees display rotate 2 轉180 degrees 一般我用外接螢幕270 ...