Debian8.3后无法使用无线上网

在安装系统的时候,出现过如下提示:
“你的一些硬件需要non-free 固件文件,这个固件文件可以从可移动介质,如USB等,
这个缺失的固件是:rtl_nic/rtl8411-1.fw brcm/bcm43xx-0.fw;
如果你现在有这个可用介质,把它插入电脑,然后继续;”
因为没有这个介质,所以我选择了没有,然后完成的安装;
现在安装完成了,打开wifi,搜索wifi信号,一个也找不到(实际有);

问题是:
1,我现在如何再安装这两个缺失文件,使用无线网卡?
2,我当时安装的时候,下载了5个iso文件分别是DVD-1/2/3和update-DVD-1/2,用u盘安装的时候,只把dvd-1写进了u盘(不知道如何将这五个iso都写入一个u盘进行安装),我想缺失的这两个固件应该在另外的iso文件里面,请问现在还可以安装别的iso文件中的内容吗(iso文件现在在windows系统中)?

谢谢!

收集信息 执行以下命令将结果全部复制贴上来

lspci -knn | grep -iA2 net
  1. 安装 firmware-brcm80211, firmware-realtek 两个包。如无法使用有线网,用另一台机器下载后转移过来手动安装
  2. non-free 固件位于软件源的 non-free 区。Debian 的政策是默认不提供 non-free 固件。DVD 是否包含 non-free 部分 有待确证 官方 DVD 不包含 non-free 部分,部分非官方 DVD 提供 non-free 部分。
  3. 现在还可以安装别的 iso 文件中的内容,可将 iso 添加为软件源。但如上所述,iso 中不包含 non-free 固件

[quote=“vickycq”]

收集信息 执行以下命令将结果全部复制贴上来

lspci -knn | grep -iA2 net
  1. 安装 firmware-brcm80211, firmware-realtek 两个包。如无法使用有线网,用另一台机器下载后转移过来手动安装
  2. non-free 固件位于软件源的 non-free 区。Debian 的政策是默认不提供 non-free 固件。DVD 是否包含 non-free 部分 有待确证 官方 DVD 不包含 non-free 部分,部分非官方 DVD 提供 non-free 部分。
  3. 现在还可以安装别的 iso 文件中的内容,可将 iso 添加为软件源。但如上所述,iso 中不包含 non-free 固件[/quote]

Thanks!

~$ lspci -knn|grep -iA2 net
04:00.2 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0a)
Subsystem: Acer Incorporated [ALI] Device [1025:0732]
Kernel driver in use: r8169
09:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
Subsystem: Foxconn International, Inc. Device [105b:e042]
Kernel driver in use: bcma-pci-bridge

[quote=“vx2008”]
~$ lspci -knn|grep -iA2 net
04:00.2 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0a)
Subsystem: Acer Incorporated [ALI] Device [1025:0732]
Kernel driver in use: r8169
09:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
Subsystem: Foxconn International, Inc. Device [105b:e042]
Kernel driver in use: bcma-pci-bridge[/quote]

  1. 安装 firmware-brcm80211, firmware-realtek 两个包。如无法使用有线网,用另一台机器下载后转移过来手动安装
  2. 如安装固件后无线网卡工作不良,安装 broadcom-sta-dkms
  3. 有线网卡 RTL8111/8168/8411 最好安装 r8168-dkms

[quote=“vickycq”]

[quote=“vx2008”]
~$ lspci -knn|grep -iA2 net
04:00.2 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0a)
Subsystem: Acer Incorporated [ALI] Device [1025:0732]
Kernel driver in use: r8169
09:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
Subsystem: Foxconn International, Inc. Device [105b:e042]
Kernel driver in use: bcma-pci-bridge[/quote]

  1. 安装 firmware-brcm80211, firmware-realtek 两个包。如无法使用有线网,用另一台机器下载后转移过来手动安装
  2. 如安装固件后无线网卡工作不良,安装 broadcom-sta-dkms
  3. 有线网卡 RTL8111/8168/8411 最好安装 r8168-dkms[/quote]

十分感谢您的回复和帮助,有线可以用,没有问题;
因为刚用debian系统,了解的东西有限,如果可能,还想请教下:如何安装 firmware-brcm80211, firmware-realtek这两个包,我又看到您已经对他们建立了快捷方式,但是点击进去后,仍然不知道具体该怎么操作才能安装,请指教。
谢谢!

[quote=“vx2008”]
有线可以用,没有问题;
…仍然不知道具体该怎么操作才能安装,请指教。[/quote]

有线可以用的话,无需手动下载了

  1. 连接有线网
  2. 确认启用了软件源的 non-free 部分
    检查 /etc/apt/sources.list,应该看起来类似这样:

[code]deb http://httpredir.debian.org/debian/ jessie main non-free contrib
deb-src http://httpredir.debian.org/debian/ jessie main non-free contrib

deb http://httpredir.debian.org/debian-security/ jessie/updates main contrib non-free
deb-src http://httpredir.debian.org/debian-security/ jessie/updates main contrib non-free

deb http://httpredir.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie-updates main contrib non-free[/code]
3. 执行 sudo apt update sudo apt install firmware-brcm80211 firmware-realtek
4. 重新启动计算机
5. 观察无线网卡工作情况

[quote=“vickycq”]

[quote=“vx2008”]
有线可以用,没有问题;
…仍然不知道具体该怎么操作才能安装,请指教。[/quote]

有线可以用的话,无需手动下载了

  1. 连接有线网
  2. 确认启用了软件源的 non-free 部分
    检查 /etc/apt/sources.list,应该看起来类似这样:

[code]deb http://httpredir.debian.org/debian/ jessie main non-free contrib
deb-src http://httpredir.debian.org/debian/ jessie main non-free contrib

deb http://httpredir.debian.org/debian-security/ jessie/updates main contrib non-free
deb-src http://httpredir.debian.org/debian-security/ jessie/updates main contrib non-free

deb http://httpredir.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie-updates main contrib non-free[/code]
3. 执行 sudo apt update sudo apt install firmware-brcm80211 firmware-realtek
4. 重新启动计算机
5. 观察无线网卡工作情况[/quote]

非常感谢,按照以上步骤,安装成功,无线网络可用;
我将/etc/apt/sources.list里面添加了您给出的代码:
deb httpredir.debian.org/debian/ jessie main non-free contrib
deb-src httpredir.debian.org/debian/ jessie main non-free contrib

deb httpredir.debian.org/debian-security/ jessie/updates main contrib non-free
deb-src httpredir.debian.org/debian-security/ jessie/updates main contrib non-free

deb httpredir.debian.org/debian/ jessie-updates main contrib non-free
deb-src httpredir.debian.org/debian/ jessie-updates main contrib non-free

这些源上下载东西,好像有点慢,国外的站?

[quote=“vx2008”]
deb httpredir.debian.org/debian/ jessie-updates main contrib non-free
deb-src httpredir.debian.org/debian/ jessie-updates main contrib non-free
这些源上下载东西,好像有点慢,国外的站?[/quote]

httpredir.debian.org 会根据地理位置自动选择镜像源。可从浏览器访问该地址,看自动选择了哪个镜像。
个别时候不准确,例如我这里会自动选择新加坡镜像源

可手动指定,USTC / 163 / aliyun 均可

[code]deb http://mirrors.aliyun.com/debian/ jessie main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ jessie main non-free contrib

deb http://mirrors.aliyun.com/debian-security/ jessie/updates main contrib non-free
deb-src http://mirrors.aliyun.com/debian-security/ jessie/updates main contrib non-free

deb http://mirrors.aliyun.com/debian/ jessie-updates main contrib non-free
deb-src http://mirrors.aliyun.com/debian/ jessie-updates main contrib non-free[/code]

[quote=“vickycq”]

[quote=“vx2008”]
deb httpredir.debian.org/debian/ jessie-updates main contrib non-free
deb-src httpredir.debian.org/debian/ jessie-updates main contrib non-free
这些源上下载东西,好像有点慢,国外的站?[/quote]

httpredir.debian.org 会根据地理位置自动选择镜像源。可从浏览器访问该地址,看自动选择了哪个镜像。
个别时候不准确,例如我这里会自动选择新加坡镜像源

可手动指定,USTC / 163 / aliyun 均可

[code]deb http://mirrors.aliyun.com/debian/ jessie main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ jessie main non-free contrib

deb http://mirrors.aliyun.com/debian-security/ jessie/updates main contrib non-free
deb-src http://mirrors.aliyun.com/debian-security/ jessie/updates main contrib non-free

deb http://mirrors.aliyun.com/debian/ jessie-updates main contrib non-free
deb-src http://mirrors.aliyun.com/debian/ jessie-updates main contrib non-free[/code][/quote]

受教颇多,十分感谢!