Re: [Ubuntu-BR] Broadcom + DV6110us

2007-10-25 Por tôpico Julio Cardoso
é compativel sim, eu ja utilizei o driver nativo do windows no meu not
Jose Lera escreveu:
> Não será que voce está tentando instalar os dois ao mesmo tempo.
> O ndiswrapper não é compativel com o driver bcm43xx.
>
> Esperimente colocar o driver bcm43xx na blacklist antes de carregar o
> ndiswrapper.
>
> Acho que pode ser isso que está acontecendo.
>
> []'s Lera
>
>
> Em 25/10/07, Peterson Danda <[EMAIL PROTECTED]> escreveu:
>   
>> Estou configurando Gutsy num HP DV6110US de um amigo meu mas estou tendo
>> problemas com o wireless, uma broadcom 43.
>> Já tentei subir o módulo tanto usando o bm43xx-fwcutter quanto o
>> ndiswrapper e ambos me dão a mesma saída:
>>
>> tail -f /var/log/messages com bcm43xx
>>
>> Oct 25 10:13:25 relatividade kernel: [ 5498.842289] bcm43xx driver
>> Oct 25 10:13:25 relatividade kernel: [ 5498.842832] PCI: No IRQ known
>> for interrupt pin A of device :02:00.0.
>>
>> dmesg com bcm43xx
>>
>> [ 5498.842842] PCI: Setting latency timer of device :02:00.0 to 64
>> [ 5499.261657] bcm43xx: Cannot register IRQ0
>> [ 5502.567690] Trying to free already-free IRQ 0
>> [ 5502.642948] bcm43xx: IRQ_READY timeout
>>
>>
>> tail -f /var/log/messages com ndiswrapper
>>
>> Oct 25 11:19:04 relatividade kernel: [ 9434.863387] ndiswrapper: driver
>> bcmwl5 (Broadcom,10/12/2006, 4.100.15.5) loaded
>> Oct 25 11:19:04 relatividade kernel: [ 9434.864784] PCI: No IRQ known
>> for interrupt pin A of device :02:00.0.
>> Oct 25 11:19:04 relatividade kernel: [ 9434.867981] ndiswrapper
>> (IoConnectInterrupt:566): request for irq 0 failed
>> Oct 25 11:19:04 relatividade kernel: [ 9434.867985] ndiswrapper: request
>> for IRQ 0 failed
>> Oct 25 11:19:04 relatividade kernel: [ 9434.868145] ndiswrapper
>> (mp_init:216): couldn't initialize device: C09A
>> Oct 25 11:19:04 relatividade kernel: [ 9434.868153] ndiswrapper
>> (pnp_start_device:439): Windows driver couldn't initialize the device
>> (C001)
>> Oct 25 11:19:04 relatividade kernel: [ 9434.868168] ndiswrapper
>> (mp_halt:258): device d5d20500 is not initialized - not halting
>> Oct 25 11:19:04 relatividade kernel: [ 9434.868177] ndiswrapper: device
>> eth%%d removed
>> Oct 25 11:19:04 relatividade kernel: [ 9434.868194] ndiswrapper: probe
>> of :02:00.0 failed with error -22
>> Oct 25 11:19:04 relatividade kernel: [ 9434.868728] usbcore: registered
>> new interface driver ndiswrapper
>>
>> dmesg com ndiswrapper
>>
>> [ 9434.800517] ndiswrapper version 1.47 loaded (smp=yes)
>> [ 9434.863387] ndiswrapper: driver bcmwl5 (Broadcom,10/12/2006,
>> 4.100.15.5) loaded
>> [ 9434.864784] PCI: No IRQ known for interrupt pin A of device
>> :02:00.0.
>> [ 9434.864823] PCI: Setting latency timer of device :02:00.0 to 64
>> [ 9434.867981] ndiswrapper (IoConnectInterrupt:566): request for irq 0
>> failed
>> [ 9434.867985] ndiswrapper: request for IRQ 0 failed
>> [ 9434.868145] ndiswrapper (mp_init:216): couldn't initialize device:
>> C09A
>> [ 9434.868153] ndiswrapper (pnp_start_device:439): Windows driver
>> couldn't initialize the device (C001)
>> [ 9434.868168] ndiswrapper (mp_halt:258): device d5d20500 is not
>> initialized - not halting
>> [ 9434.868177] ndiswrapper: device eth%d removed
>> [ 9434.868194] ndiswrapper: probe of :02:00.0 failed with error -22
>> [ 9434.868728] usbcore: registered new interface driver ndiswrapper
>>
>>
>> As strings de boot estão assim
>>
>> kernel  /boot/vmlinuz-2.6.22-14-generic
>> root=UUID=089f45a0-7a8c-46d3-81cd-11c23b89226f ro quiet splash noapic
>> noacpi  nolapic acpi=off pci=assign-busses pci=irqpoll pnpbios=off
>> pci=biosirq  pci=routeirq
>>
>> Sabem como posso resolver essa? no 7.04 ele até funcionava...
>> Como faço um downgrade no kernel? existe repositório com kernels
>> antigos?
>>
>> --
>> Peterson Danda
>> [EMAIL PROTECTED]
>> Técnico Especialista em Computação - TEC/RS
>> Projeto Casa Brasil
>> http://www.casabrasil.gov.br
>> ITI - Casa Civil - Presidência da República
>> Cel: (53) 81143001
>> Jabber: [EMAIL PROTECTED]
>> Messenger: [EMAIL PROTECTED]
>> Skype: peterson.d
>> Linux User N° 410330
>>
>>
>> --
>> Interessado em aprender mais sobre o Ubuntu em português?
>> http://wiki.ubuntu-br.org/ComeceAqui  -
>> ubuntu-br mailing list
>> ubuntu-br@lists.ubuntu.com
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
>>
>> 
>
>
>
>   


-- 
Interessado em aprender mais sobre o Ubuntu em português?
http://wiki.ubuntu-br.org/ComeceAqui  -
ubuntu-br mailing list
ubuntu-br@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Broadcom + DV6110us

2007-10-25 Por tôpico Peterson Danda
Estou fazendo os processos separados, já está na blacklist
# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801
blacklist bcm43xx



Em Qui, 2007-10-25 às 17:53 -0200, Jose Lera escreveu:
> Não será que voce está tentando instalar os dois ao mesmo tempo.
> O ndiswrapper não é compativel com o driver bcm43xx.
> 
> Esperimente colocar o driver bcm43xx na blacklist antes de carregar o
> ndiswrapper.
> 
> Acho que pode ser isso que está acontecendo.
> 
> []'s Lera
> 
> 
> Em 25/10/07, Peterson Danda <[EMAIL PROTECTED]> escreveu:
> >
> > Estou configurando Gutsy num HP DV6110US de um amigo meu mas estou tendo
> > problemas com o wireless, uma broadcom 43.
> > Já tentei subir o módulo tanto usando o bm43xx-fwcutter quanto o
> > ndiswrapper e ambos me dão a mesma saída:
> >
> > tail -f /var/log/messages com bcm43xx
> >
> > Oct 25 10:13:25 relatividade kernel: [ 5498.842289] bcm43xx driver
> > Oct 25 10:13:25 relatividade kernel: [ 5498.842832] PCI: No IRQ known
> > for interrupt pin A of device :02:00.0.
> >
> > dmesg com bcm43xx
> >
> > [ 5498.842842] PCI: Setting latency timer of device :02:00.0 to 64
> > [ 5499.261657] bcm43xx: Cannot register IRQ0
> > [ 5502.567690] Trying to free already-free IRQ 0
> > [ 5502.642948] bcm43xx: IRQ_READY timeout
> >
> >
> > tail -f /var/log/messages com ndiswrapper
> >
> > Oct 25 11:19:04 relatividade kernel: [ 9434.863387] ndiswrapper: driver
> > bcmwl5 (Broadcom,10/12/2006, 4.100.15.5) loaded
> > Oct 25 11:19:04 relatividade kernel: [ 9434.864784] PCI: No IRQ known
> > for interrupt pin A of device :02:00.0.
> > Oct 25 11:19:04 relatividade kernel: [ 9434.867981] ndiswrapper
> > (IoConnectInterrupt:566): request for irq 0 failed
> > Oct 25 11:19:04 relatividade kernel: [ 9434.867985] ndiswrapper: request
> > for IRQ 0 failed
> > Oct 25 11:19:04 relatividade kernel: [ 9434.868145] ndiswrapper
> > (mp_init:216): couldn't initialize device: C09A
> > Oct 25 11:19:04 relatividade kernel: [ 9434.868153] ndiswrapper
> > (pnp_start_device:439): Windows driver couldn't initialize the device
> > (C001)
> > Oct 25 11:19:04 relatividade kernel: [ 9434.868168] ndiswrapper
> > (mp_halt:258): device d5d20500 is not initialized - not halting
> > Oct 25 11:19:04 relatividade kernel: [ 9434.868177] ndiswrapper: device
> > eth%%d removed
> > Oct 25 11:19:04 relatividade kernel: [ 9434.868194] ndiswrapper: probe
> > of :02:00.0 failed with error -22
> > Oct 25 11:19:04 relatividade kernel: [ 9434.868728] usbcore: registered
> > new interface driver ndiswrapper
> >
> > dmesg com ndiswrapper
> >
> > [ 9434.800517] ndiswrapper version 1.47 loaded (smp=yes)
> > [ 9434.863387] ndiswrapper: driver bcmwl5 (Broadcom,10/12/2006,
> > 4.100.15.5) loaded
> > [ 9434.864784] PCI: No IRQ known for interrupt pin A of device
> > :02:00.0.
> > [ 9434.864823] PCI: Setting latency timer of device :02:00.0 to 64
> > [ 9434.867981] ndiswrapper (IoConnectInterrupt:566): request for irq 0
> > failed
> > [ 9434.867985] ndiswrapper: request for IRQ 0 failed
> > [ 9434.868145] ndiswrapper (mp_init:216): couldn't initialize device:
> > C09A
> > [ 9434.868153] ndiswrapper (pnp_start_device:439): Windows driver
> > couldn't initialize the device (C001)
> > [ 9434.868168] ndiswrapper (mp_halt:258): device d5d20500 is not
> > initialized - not halting
> > [ 9434.868177] ndiswrapper: device eth%d removed
> > [ 9434.868194] ndiswrapper: probe of :02:00.0 failed with error -22
> > [ 9434.868728] usbcore: registered new interface driver ndiswrapper
> >
> >
> > As strings de boot estão assim
> >
> > kernel  /boot/vmlinuz-2.6.22-14-generic
> > root=UUID=089f45a0-7a8c-46d3-81cd-11c23b89226f ro quiet splash noapic
> > noacpi  nolapic acpi=off pci=assign-busses pci=irqpoll pnpbios=off
> > pci=biosirq  pci=routeirq
> >
> > Sabem como posso resolver essa? no 7.04 ele até funcionava...
> > Como faço um downgrade no kernel? existe repositório com kernels
> > antigos?
> >
> > --
> > Peterson Danda
> > [EMAIL PROTECTED]
> > Técnico Especialista em Computação - TEC/RS
> > Projeto Casa Brasil
> > http://www.casabrasil.gov.br
> > ITI - Casa Civil - Presidência da República
> > Cel: (53) 81143001
> > Jabber: [EMAIL PROTECTED]
> > Messenger: [EMAIL PROTECTED]
> > Skype: peterson.d
> > Linux User N° 410330
> >
> >
> > --
> > Interessado em aprender mais sobre o Ubuntu em português?
> > http://wiki.ubuntu-br.org/ComeceAqui  -
> > ubuntu-br mailing list
> > ubuntu-br@lists.ubuntu.com
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
> >
> 
> 
> 
> -- 
> ---Alferes 3ª Grau da Federação Da Frota Estelar De São Paulo---
>  _ Jose Maria  Correa Lera
> \__(===/_=_/ .--'-`--.___[EMAIL PROTECTED]
>\ \   `,--,-.___.'Registered Linux User #136117
>  .--`\\--'../ A felicidade não depende do que nos falta,
> '---._.|]  mas do bom uso que fazemos do que temos

Re: [Ubuntu-BR] Broadcom + DV6110us

2007-10-25 Por tôpico Jose Lera
Não será que voce está tentando instalar os dois ao mesmo tempo.
O ndiswrapper não é compativel com o driver bcm43xx.

Esperimente colocar o driver bcm43xx na blacklist antes de carregar o
ndiswrapper.

Acho que pode ser isso que está acontecendo.

[]'s Lera


Em 25/10/07, Peterson Danda <[EMAIL PROTECTED]> escreveu:
>
> Estou configurando Gutsy num HP DV6110US de um amigo meu mas estou tendo
> problemas com o wireless, uma broadcom 43.
> Já tentei subir o módulo tanto usando o bm43xx-fwcutter quanto o
> ndiswrapper e ambos me dão a mesma saída:
>
> tail -f /var/log/messages com bcm43xx
>
> Oct 25 10:13:25 relatividade kernel: [ 5498.842289] bcm43xx driver
> Oct 25 10:13:25 relatividade kernel: [ 5498.842832] PCI: No IRQ known
> for interrupt pin A of device :02:00.0.
>
> dmesg com bcm43xx
>
> [ 5498.842842] PCI: Setting latency timer of device :02:00.0 to 64
> [ 5499.261657] bcm43xx: Cannot register IRQ0
> [ 5502.567690] Trying to free already-free IRQ 0
> [ 5502.642948] bcm43xx: IRQ_READY timeout
>
>
> tail -f /var/log/messages com ndiswrapper
>
> Oct 25 11:19:04 relatividade kernel: [ 9434.863387] ndiswrapper: driver
> bcmwl5 (Broadcom,10/12/2006, 4.100.15.5) loaded
> Oct 25 11:19:04 relatividade kernel: [ 9434.864784] PCI: No IRQ known
> for interrupt pin A of device :02:00.0.
> Oct 25 11:19:04 relatividade kernel: [ 9434.867981] ndiswrapper
> (IoConnectInterrupt:566): request for irq 0 failed
> Oct 25 11:19:04 relatividade kernel: [ 9434.867985] ndiswrapper: request
> for IRQ 0 failed
> Oct 25 11:19:04 relatividade kernel: [ 9434.868145] ndiswrapper
> (mp_init:216): couldn't initialize device: C09A
> Oct 25 11:19:04 relatividade kernel: [ 9434.868153] ndiswrapper
> (pnp_start_device:439): Windows driver couldn't initialize the device
> (C001)
> Oct 25 11:19:04 relatividade kernel: [ 9434.868168] ndiswrapper
> (mp_halt:258): device d5d20500 is not initialized - not halting
> Oct 25 11:19:04 relatividade kernel: [ 9434.868177] ndiswrapper: device
> eth%%d removed
> Oct 25 11:19:04 relatividade kernel: [ 9434.868194] ndiswrapper: probe
> of :02:00.0 failed with error -22
> Oct 25 11:19:04 relatividade kernel: [ 9434.868728] usbcore: registered
> new interface driver ndiswrapper
>
> dmesg com ndiswrapper
>
> [ 9434.800517] ndiswrapper version 1.47 loaded (smp=yes)
> [ 9434.863387] ndiswrapper: driver bcmwl5 (Broadcom,10/12/2006,
> 4.100.15.5) loaded
> [ 9434.864784] PCI: No IRQ known for interrupt pin A of device
> :02:00.0.
> [ 9434.864823] PCI: Setting latency timer of device :02:00.0 to 64
> [ 9434.867981] ndiswrapper (IoConnectInterrupt:566): request for irq 0
> failed
> [ 9434.867985] ndiswrapper: request for IRQ 0 failed
> [ 9434.868145] ndiswrapper (mp_init:216): couldn't initialize device:
> C09A
> [ 9434.868153] ndiswrapper (pnp_start_device:439): Windows driver
> couldn't initialize the device (C001)
> [ 9434.868168] ndiswrapper (mp_halt:258): device d5d20500 is not
> initialized - not halting
> [ 9434.868177] ndiswrapper: device eth%d removed
> [ 9434.868194] ndiswrapper: probe of :02:00.0 failed with error -22
> [ 9434.868728] usbcore: registered new interface driver ndiswrapper
>
>
> As strings de boot estão assim
>
> kernel  /boot/vmlinuz-2.6.22-14-generic
> root=UUID=089f45a0-7a8c-46d3-81cd-11c23b89226f ro quiet splash noapic
> noacpi  nolapic acpi=off pci=assign-busses pci=irqpoll pnpbios=off
> pci=biosirq  pci=routeirq
>
> Sabem como posso resolver essa? no 7.04 ele até funcionava...
> Como faço um downgrade no kernel? existe repositório com kernels
> antigos?
>
> --
> Peterson Danda
> [EMAIL PROTECTED]
> Técnico Especialista em Computação - TEC/RS
> Projeto Casa Brasil
> http://www.casabrasil.gov.br
> ITI - Casa Civil - Presidência da República
> Cel: (53) 81143001
> Jabber: [EMAIL PROTECTED]
> Messenger: [EMAIL PROTECTED]
> Skype: peterson.d
> Linux User N° 410330
>
>
> --
> Interessado em aprender mais sobre o Ubuntu em português?
> http://wiki.ubuntu-br.org/ComeceAqui  -
> ubuntu-br mailing list
> ubuntu-br@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
>



-- 
---Alferes 3ª Grau da Federação Da Frota Estelar De São Paulo---
 _ Jose Maria  Correa Lera
\__(===/_=_/ .--'-`--.___[EMAIL PROTECTED]
   \ \   `,--,-.___.'Registered Linux User #136117
 .--`\\--'../ A felicidade não depende do que nos falta,
'---._.|]  mas do bom uso que fazemos do que temos.
-- 
Interessado em aprender mais sobre o Ubuntu em português?
http://wiki.ubuntu-br.org/ComeceAqui  -
ubuntu-br mailing list
ubuntu-br@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] Broadcom + DV6110us

2007-10-25 Por tôpico Peterson Danda
Estou configurando Gutsy num HP DV6110US de um amigo meu mas estou tendo
problemas com o wireless, uma broadcom 43.
Já tentei subir o módulo tanto usando o bm43xx-fwcutter quanto o
ndiswrapper e ambos me dão a mesma saída:

tail -f /var/log/messages com bcm43xx

Oct 25 10:13:25 relatividade kernel: [ 5498.842289] bcm43xx driver
Oct 25 10:13:25 relatividade kernel: [ 5498.842832] PCI: No IRQ known
for interrupt pin A of device :02:00.0.

dmesg com bcm43xx

[ 5498.842842] PCI: Setting latency timer of device :02:00.0 to 64
[ 5499.261657] bcm43xx: Cannot register IRQ0
[ 5502.567690] Trying to free already-free IRQ 0
[ 5502.642948] bcm43xx: IRQ_READY timeout


tail -f /var/log/messages com ndiswrapper

Oct 25 11:19:04 relatividade kernel: [ 9434.863387] ndiswrapper: driver
bcmwl5 (Broadcom,10/12/2006, 4.100.15.5) loaded
Oct 25 11:19:04 relatividade kernel: [ 9434.864784] PCI: No IRQ known
for interrupt pin A of device :02:00.0.
Oct 25 11:19:04 relatividade kernel: [ 9434.867981] ndiswrapper
(IoConnectInterrupt:566): request for irq 0 failed
Oct 25 11:19:04 relatividade kernel: [ 9434.867985] ndiswrapper: request
for IRQ 0 failed
Oct 25 11:19:04 relatividade kernel: [ 9434.868145] ndiswrapper
(mp_init:216): couldn't initialize device: C09A
Oct 25 11:19:04 relatividade kernel: [ 9434.868153] ndiswrapper
(pnp_start_device:439): Windows driver couldn't initialize the device
(C001)
Oct 25 11:19:04 relatividade kernel: [ 9434.868168] ndiswrapper
(mp_halt:258): device d5d20500 is not initialized - not halting
Oct 25 11:19:04 relatividade kernel: [ 9434.868177] ndiswrapper: device
eth%%d removed
Oct 25 11:19:04 relatividade kernel: [ 9434.868194] ndiswrapper: probe
of :02:00.0 failed with error -22
Oct 25 11:19:04 relatividade kernel: [ 9434.868728] usbcore: registered
new interface driver ndiswrapper

dmesg com ndiswrapper 

[ 9434.800517] ndiswrapper version 1.47 loaded (smp=yes)
[ 9434.863387] ndiswrapper: driver bcmwl5 (Broadcom,10/12/2006,
4.100.15.5) loaded
[ 9434.864784] PCI: No IRQ known for interrupt pin A of device
:02:00.0.
[ 9434.864823] PCI: Setting latency timer of device :02:00.0 to 64
[ 9434.867981] ndiswrapper (IoConnectInterrupt:566): request for irq 0
failed
[ 9434.867985] ndiswrapper: request for IRQ 0 failed
[ 9434.868145] ndiswrapper (mp_init:216): couldn't initialize device:
C09A
[ 9434.868153] ndiswrapper (pnp_start_device:439): Windows driver
couldn't initialize the device (C001)
[ 9434.868168] ndiswrapper (mp_halt:258): device d5d20500 is not
initialized - not halting
[ 9434.868177] ndiswrapper: device eth%d removed
[ 9434.868194] ndiswrapper: probe of :02:00.0 failed with error -22
[ 9434.868728] usbcore: registered new interface driver ndiswrapper


As strings de boot estão assim

kernel  /boot/vmlinuz-2.6.22-14-generic
root=UUID=089f45a0-7a8c-46d3-81cd-11c23b89226f ro quiet splash noapic
noacpi  nolapic acpi=off pci=assign-busses pci=irqpoll pnpbios=off
pci=biosirq  pci=routeirq

Sabem como posso resolver essa? no 7.04 ele até funcionava...
Como faço um downgrade no kernel? existe repositório com kernels
antigos?

-- 
Peterson Danda
[EMAIL PROTECTED]
Técnico Especialista em Computação - TEC/RS
Projeto Casa Brasil
http://www.casabrasil.gov.br
ITI - Casa Civil - Presidência da República
Cel: (53) 81143001
Jabber: [EMAIL PROTECTED]
Messenger: [EMAIL PROTECTED]
Skype: peterson.d
Linux User N° 410330


-- 
Interessado em aprender mais sobre o Ubuntu em português?
http://wiki.ubuntu-br.org/ComeceAqui  -
ubuntu-br mailing list
ubuntu-br@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br