Debian wheezy에 무선 드라이버(realtek 8188CE) 설치

Debian wheezy에 무선 드라이버(realtek 8188CE) 설치

데비안용 무선 드라이버를 설치하는 데 문제가 있습니다. 내 데비안은 Sqeeze이지만 Wheezy가 내 무선 어댑터 Realtek 8188CE에서 지원된다는 사실을 알게 된 직후 wheezy로 업그레이드했습니다. 이것은 내 sources.list파일입니다:

deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free

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

나는 정확한 단계를 따랐다.데비안 위키에 등재됨. 4단계에서 iwconfig에 들어가보니 wifi 태그가 없고(있어야 하지 않을까요?) wifi 모듈이 로드되지 않은 것 같은데 어떻게 확인하고 추가하는지 모르겠네요

이것은 내 인쇄물입니다.

clint@Thinkpad-W520:~$ lspci | grep -i wifi
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE      802.11b/g/n WiFi Adapter (rev 01)

출력 iwconfig:

lo no wireless extensions.

eth0 no wireless extensions.

pan0 no wireless extensions.

답변1

그것은 나에게 완벽하게 작동합니다:

먼저 현재 존재하는 PCI 장치를 나열하십시오.

% lspci
....

07:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)

/etc/apt/sources.list 수정

% deb http://http.us.debian.org/debian testing main contrib non-free

업데이트 설치

% apt-get update

Realtek 및 무선 도구 설치

% apt-get install firmware-realtek wireless-tools

무선 네트워크가 제대로 작동하는지 확인하세요.

% iwconfig

wlan0     IEEE 802.11bgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr=2347 B   Fragment thr:off
          Encryption key:off
          Power Management:off

eth0      no wireless extensions.

답변2

어떠한 경우에도 데비안 안정 저장소를 테스트 분기와 혼합해서는 안 됩니다. 그러나 저장소에 백포트 저장소를 추가한 다음 업데이트된 커널을 가져와 RTL8188CE Realtek 드라이버와 함께 사용할 수 있습니다.

관련 정보