RE: conexant combo

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

 



> -----Original Message-----
> From: Jack Bowling [mailto:jbinpg@xxxxxxx]
> Sent: Wednesday, December 03, 2003 8:47 AM
> To: fedora-list@xxxxxxxxxx
> Subject: Re: conexant combo

> If you are referring to the Conexant HSF modems, I have the drivers
> working perfeectly in my Compaq Presario 2110CA laptop. Go to:
> 
> http://www.linuxant.com


Aren't thet $$$??? I have the beta versions of it.. But currently with the
2.4.23 kernel, it can't seem to compile. It used to compile fine when I
patched serial_core.c at line 1073

from 

[original]                                                                 
        down(&state->count_sem);
        spin_lock_irqsave(&info->lock, flags);
        if ((tty->count) == 1) && (state->count != 1)) {
                /*
                 * Uh, oh.  tty->count is 1, which means that the tty
                 * structure will be freed.  state->count should always
[Patched]
	down(&state->count_sem);
        spin_lock_irqsave(&info->lock, flags);
   ---> if ((atomic_read(&tty->count) == 1) && (state->count != 1)) {
                /*
                 * Uh, oh.  tty->count is 1, which means that the tty
                 * structure will be freed.  state->count should always

But now with that patch, I get this during compile..

* cimpiling (gcc) serial_hsf.c
in file included from serial_hsf.c:897
serial_core.c : In function `uart close`:
serial_core.c :1073 request for member 'counter' in something not a
structure or a union

make : ***[serial_hsf.o] Error 1

Anyone know what's the issue here.. or have the fix for it?? Serial_core.c
is actually "Free Software" as stated in the source code.

Help... Need this for my modem.. (& I need the modem cause I don't have
broadband)

Thanks
OW




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux