Re: agrsm working to Ubuntu Feisty now

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Alexei,
  Please comment on:
> I think is best use to the code:
>
> #if LINUX_VERSION_CODE < KERNEL_VERSION (2, 6, 19)
>     if (up->port.flags & UPF_BOOT_ONLYMCA && !MCA_bus)
>         return
> #endif
>
> correct?

Hugo,
   Nice progress.
Concerning using older kernels.
Often a linux-image-olderVersion package and the complementary
linux-headers-olderVersion for compiling can be reinstalled after a
dstribution update,
such a Edgy --> Feisty

On my Feisty laptop  with 2.6.20-xxx kernels, the System as severe
problems if I try to configure the wireless using the rt2500 driver.
But with a previously used 2.6.17-custom kernel, I can use wireless.

MarvS



Marv

On 8/3/07, Hugo Leonardo Canalli <hugocanalli@xxxxxxxxxxxxxxxxxx> wrote:
> First I use patch -i patch-20070702 to agrsm alpha
>
> I use make modules and get the error:
>
>
> serial26.c:2045: error: 'UPF_BOOT_ONLYMCA' undeclared (first use in this
> function)
>
> And I comment the line 2045:
>
> if (up->port.flags & UPF_BOOT_ONLYMCA && !MCA_bus)
>
> is now:
>
> //if (up->port.flags & UPF_BOOT_ONLYMCA && !MCA_bus)
>
> And I get compiled sucess
>
> I use sudo modprobe agrmodem and sudo modprobe agrserial
> I type dmesg | grep agr and get the messases:
>
> agrmodem: module license 'Proprietary' taints kernel.
> agrsm: created 0 infos
> agrserial: Loading module Agere Modem Interface driver version
> 2.1.60.0.Linspire (2005-11-16)
>
>
> Same whithout modem hardware because I'm using a Virtual Machine
> (Virtual Box) with Ubuntu Feisty instaled.
>
> I think is best use to the code:
>
> #if LINUX_VERSION_CODE < KERNEL_VERSION (2, 6, 19)
>     if (up->port.flags & UPF_BOOT_ONLYMCA && !MCA_bus)
>         return
> #endif
>
> correct?
>
>
>
>

[Index of Archives]     [Linux Media Development]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Fedora Women]     [Linux USB]

  Powered by Linux