让 USB WiFi 设备在 PowerPC Debian 计算机上工作 (iBook G4)

让 USB WiFi 设备在 PowerPC Debian 计算机上工作 (iBook G4)

我最近在我买的二手 iBook g4 上安装了 Debian Wheezy。电脑没有安装wifi卡。安装后,我已将我的软件完全更新到最新版本。但是,我似乎无法使我的 USB WiFi 设备工作。

首先,使用 iwconfig 只返回 eth0 和 lo 并指出“未找到无线扩展”。没有 wlan0 选项。在 Google 搜索后我还下载了一些驱动程序(firmware-realtek),因为它似乎是 DigiTech 的正确驱动程序设备。

有办法让它发挥作用吗?

编辑

根据要求,这是 lsusb 和 lsmod 的结果:

LSSB

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0bda:8179 Realtek Semiconductor Corp.

lsmod

Module                  Size  Used by
uinput                 11283  2 
parport_pc             26474  0 
lp                     11810  0 
parport                31671  2 lp,parport_pc
radeon                768029  0 
bnep                   14558  2 
rfcomm                 35470  0 
power_supply           11815  1 radeon
bluetooth             136267  8 rfcomm,bnep
ttm                    50116  1 radeon
rfkill                 18175  3 bluetooth
drm_kms_helper         26400  1 radeon
drm                   172395  3 drm_kms_helper,ttm,radeon
binfmt_misc            10993  1 
nfsd                  213680  2 
nfs                   327153  0 
nfs_acl                 6471  2 nfs,nfsd
auth_rpcgss            36967  2 nfs,nfsd
fscache                36196  1 nfs
lockd                  66529  2 nfs,nfsd
sunrpc                178639  6 lockd,auth_rpcgss,nfs_acl,nfs,nfsd
therm_adt746x          11315  0 
snd_powermac           57147  2 
snd_pcm                65334  1 snd_powermac
snd_page_alloc          9701  1 snd_pcm
snd_seq                49320  0 
snd_seq_device          9028  1 snd_seq
snd_timer              20917  2 snd_seq,snd_pcm
snd                    52909  9 snd_timer,snd_seq_device,snd_seq,snd_pcm,snd_powermac
soundcore               8882  1 snd
loop                   18579  0 
i2c_powermac            7531  0 
evdev                  13454  21 
ext4                  379254  1 
crc16                   5367  2 ext4,bluetooth
jbd2                   60959  1 ext4
mbcache                 8814  1 ext4
sg                     24836  0 
firewire_ohci          33626  0 
firewire_core          48897  1 firewire_ohci
sungem                 30943  0 
ohci_hcd               33761  0 
ehci_hcd               46130  0 
usbcore               132463  3 ehci_hcd,ohci_hcd
sungem_phy             13649  1 sungem
crc_itu_t               5387  1 firewire_core
sd_mod                 34290  3 
crc_t10dif              5368  1 sd_mod
sr_mod                 18028  0 
cdrom                  37733  1 sr_mod
usb_common              4914  1 usbcore

相关内容