public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: GPL source code for Smart USB 56 modem (includes ALSA AC97 patch)
@ 2004-09-11 18:50 Mikael Pettersson
  2004-09-11 22:11 ` SashaK
  0 siblings, 1 reply; 31+ messages in thread
From: Mikael Pettersson @ 2004-09-11 18:50 UTC (permalink / raw)
  To: sashak; +Cc: linux-kernel, tytso

On Sat, 11 Sep 2004 16:48:56 +0300, SashaK <sashak@smlink.com> wrote:
>On Sat, 11 Sep 2004 12:26:00 +0200 (MEST)
>Mikael Pettersson <mikpe@csd.uu.se> wrote:
>
>> I hope you succeed with open-sourcing all of slmodem's driver
>> code. My Targa Athlon64 laptop has the AMR thingy and the
>> 32-bit x86 binary only slmodem driver prevents me from using
>> the modem while running a 64-bit kernel.
>
>You mean to GPL user-space program slmodemd?
>I think it is good idea, but unfortunately this code is not just my, and
>final decision was 'no'.

No, I meant the 'slamr' kernel driver module, which is
built from a big binary-only library (amrlibs.o) and
a small amount of kernel glue source code. As long as
amrlibs.o is distributed only as a 32-bit x86 binary,
I won't be able to use it with a 64-bit amd64 kernel.

slmodemd is not the problem since an amd64 kernel can
support 32-bit x86 user-space binaries.

/Mikael

^ permalink raw reply	[flat|nested] 31+ messages in thread
[parent not found: <2DdiX-6ye-17@gated-at.bofh.it>]
* Re: GPL source code for Smart USB 56 modem (includes ALSA AC97 patch)
@ 2004-09-11 10:26 Mikael Pettersson
  2004-09-11 13:48 ` SashaK
  0 siblings, 1 reply; 31+ messages in thread
From: Mikael Pettersson @ 2004-09-11 10:26 UTC (permalink / raw)
  To: linux-kernel, sashak, tytso

On Fri, 10 Sep 2004 19:51:04 +0300, SashaK <sashak@smlink.com> wrote:
>Theodore Ts'o <tytso@mit.edu> wrote:
>
>> The good news is that there a completely GPL'ed, source-complete
>> driver already in the 2.6 kernel, sound/pci/intel8x0m.c, which will
>> work with  the user-mode daemon found in the smlink.com distribution.
>> This driver doesn't have all of the functionality of slamr driver
>> (which requires the propietary, binary-only object file) --- most
>> notably, ATM1 doesn't work when using the completely open-source
>> intl8x0m driver.
>
>Those functionality limitations in open source modem drivers are just
>"unimplemented yet" stuff. The final goal is to replace proprietary
>slamr driver completely.

I hope you succeed with open-sourcing all of slmodem's driver
code. My Targa Athlon64 laptop has the AMR thingy and the
32-bit x86 binary only slmodem driver prevents me from using
the modem while running a 64-bit kernel.

/Mikael

^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: GPL source code for Smart USB 56 modem (includes ALSA AC97  patch)
@ 2004-09-09 14:04 tvrtko.ursulin
  2004-09-09 15:47 ` Luke Kenneth Casson Leighton
  0 siblings, 1 reply; 31+ messages in thread
From: tvrtko.ursulin @ 2004-09-09 14:04 UTC (permalink / raw)
  To: Erik Mouw; +Cc: linux-kernel, linux-kernel-owner, Luke Kenneth Casson Leighton

>It's not a GPL driver, the kernel part contains a binary object file
>(drivers/amrlibs.o) so I don't see how it can be included in the main
>kernel tree. OTOH, at first glance only the PCI driver needs that
>binary blob, the USB driver doesn't.

Droping in. :)

Kernel part is not required, slmodemd works with the snd-intel8x0m Alsa 
driver. For me at least, and for the PCI version.


-- 
Tvrtko August Ursulin
Software Engineer, Sophos

Tel: 01235 559933
Web: www.sophos.com
Sophos - protecting businesses against viruses and spam


^ permalink raw reply	[flat|nested] 31+ messages in thread
* GPL source code for Smart USB 56 modem (includes ALSA AC97  patch)
@ 2004-09-09 11:47 Luke Kenneth Casson Leighton
  2004-09-09 13:25 ` Ian Campbell
                   ` (2 more replies)
  0 siblings, 3 replies; 31+ messages in thread
From: Luke Kenneth Casson Leighton @ 2004-09-09 11:47 UTC (permalink / raw)
  To: linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 1101 bytes --]

dear linux kernel people,

i was staggered to find that swansmart (smlink.com) have a GPL
driver for their smart usb 56k modem.

they also do a pci version: their download supports both (usb+pci)

they also provide an AC97 ALSA driver (patch is against 2.6.0)

this PCI ALSA driver is based on the i8x0 / MX 440 modem driver,
by Jaroslav Kysela <perex@suse.cz>.

all their code is GPL.  this is very cool.


it is available here:

	http://www.smlink.com/main/down/slmodem-2.9.9.tar.gz

i trust that someone will download, check it, and if
appropriate, incorporate it into the mainstream linux kernel.

the swansmart usb 56k modem is dirt cheap (it was available in
the uk six months ago for about £9), and is extremely popular
in australia and the far east.

l.

-- 
--
Truth, honesty and respect are rare commodities that all spring from
the same well: Love.  If you love yourself and everyone and everything
around you, funnily and coincidentally enough, life gets a lot better.
--
<a href="http://lkcl.net">      lkcl.net      </a> <br />
<a href="mailto:lkcl@lkcl.net"> lkcl@lkcl.net </a> <br />


^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2004-09-22 19:06 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <2CvrA-Fv-11@gated-at.bofh.it>
     [not found] ` <2CAhw-4dR-3@gated-at.bofh.it>
2004-09-10 16:51   ` GPL source code for Smart USB 56 modem (includes ALSA AC97 patch) SashaK
2004-09-11 18:50 Mikael Pettersson
2004-09-11 22:11 ` SashaK
2004-09-13 20:26   ` David Lloyd
2004-09-14 13:19     ` Mario R. Carro
2004-09-14 14:59     ` Sasha Khapyorsky
2004-09-14 21:04       ` Giuseppe Bilotta
2004-09-15  0:58         ` Sasha Khapyorsky
2004-09-17 10:22           ` Giuseppe Bilotta
2004-09-18 11:29             ` Sasha Khapyorsky
2004-09-18 14:35               ` Giuseppe Bilotta
2004-09-18 20:20                 ` Sasha Khapyorsky
2004-09-20 20:23                   ` Giuseppe Bilotta
2004-09-21 16:55   ` David Woodhouse
2004-09-21 20:09     ` David Lloyd
2004-09-22  8:19       ` David Woodhouse
2004-09-22 19:07         ` David Lloyd
2004-09-22  1:08     ` Sasha Khapyorsky
     [not found] <2DdiX-6ye-17@gated-at.bofh.it>
     [not found] ` <2Dfup-7Zv-9@gated-at.bofh.it>
2004-09-11 14:09   ` Andi Kleen
2004-09-11 20:07     ` SashaK
2004-09-12  8:30       ` Andi Kleen
2004-09-12 13:11         ` Sasha Khapyorsky
  -- strict thread matches above, loose matches on Subject: below --
2004-09-11 10:26 Mikael Pettersson
2004-09-11 13:48 ` SashaK
2004-09-09 14:04 tvrtko.ursulin
2004-09-09 15:47 ` Luke Kenneth Casson Leighton
2004-09-09 11:47 Luke Kenneth Casson Leighton
2004-09-09 13:25 ` Ian Campbell
2004-09-09 13:46 ` Erik Mouw
2004-09-09 14:46   ` Luke Kenneth Casson Leighton
2004-09-09 13:59 ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox