A atualização para 10.04 quebrou meu dispositivo sem fio TrueMobile 1150

3

Meu laptop estava rodando 8.04 LTS (hardy), usando o gerenciador de rede, acredito, e o wireless funcionava bem. Eu não acredito que eu estava usando ndiswrapper, como a versão original do Ubuntu eu instalei (ousado) apenas auto-detectou tudo. Eu fiz uma atualização para 10.04.3 LTS (lucid) e quando reiniciei a rede wireless parou de funcionar. Eu nem consigo conectá-lo para abrir o wi-fi.

$ iwconfig eth1
eth1      IEEE 802.11b  ESSID:"MYESSID"  
          Mode:Managed  Frequency:2.457 GHz  Access Point: None   
          Bit Rate:11 Mb/s   Sensitivity:1/0  
          Retry limit:8   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=0/70  Signal level=-122 dBm  Noise level=-122 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Saída de rede lshw -c:

  *-network
       description: TrueMobile 1150 Series PC Card
       product: Version 01.01
       vendor: Dell
       physical id: 0
       slot: Socket 1
       resources: irq:5
  *-network
       description: Wireless interface
       physical id: 2
       logical name: eth1
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=orinoco driverversion=0.15 firmware=Lucent/Agere 9.48 link=no multicast=yes wireless=IEEE 802.11b

$ rfkill list all
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

$ pccardctl ident 1
  product info: "Dell", "TrueMobile 1150 Series PC Card", "Version 01.01", ""
  manfid: 0x0156, 0x0002
  function: 6 (network)
    
por LeBleu 20.08.2011 / 19:37

1 resposta

2

A execução do seguinte comando parece ter corrigido o problema.

sudo dpkg-divert --rename /lib/firmware/agere_sta_fw.bin

Eu fiz isso por link

    
por LeBleu 08.09.2011 / 00:24