Re: Graeme, Australia, kernel 2.6.25.10-86.fc9.i686

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

 



On Sun, Nov 23, 2008 at 11:01:42AM -0500, Marvin Stodolsky wrote:
> I just unpacked the agrsm-0.20080721-1.fc9_92.i386.rpm from
> ATrpms.net, using the Debian alien tool.  It does not contain driver
> code, per contents below.

That's on purpose. kernel drivers are packaged in two packages:

a) one that doesn't need any rebuilds when the kernel is being
   updated like documentation, userland tools/daemons etc., and 
b) one per kernel that actually contains all the
   /lib/modules/... bits.

The latter packages are called foo-kmdl-$(uname -r)-<version>-<release>...

So you actually want to unpack some agrsm-kmdl package. But it will
not do much good on a Debian/Ubuntu system as you need a package that
has been built aginst the kernel you want to run it with.

BTW looking at the package you examined: The fc9_92 indicates that you
looked for the upcoming F10 packages, which officially will exist only
from Tuesday 14:00 UTC, as F10 is not yet released, so some or all
kmdls are not published yet. Take a look at the F9 or F8 packages
instead.

> MarvS
> 
> /agrsm-0.20080721$ tree usr
> usr
> |-- libexec
> |   `-- agrsm
> |       `-- AgereMdmDaemon
> `-- share
>     `-- doc
>         `-- agrsm-0.20080721
>             |-- LICENSE
>             |-- README
>             `-- agr_softmodem
> 
> 
> 
> 
> On Sun, Nov 23, 2008 at 8:08 AM, Axel Thimm <Axel.Thimm@xxxxxxxxxx> wrote:
> > On Sat, Nov 22, 2008 at 08:42:00PM -0600, Antonio Olivares wrote:
> >> A thought occured to me, I remember that Axel from ATRPMS packaged
> >> alsa with the symbols needed for the 11c11040 modems.  A quick search
> >> led me to
> >>
> >> http://linmodems.technion.ac.il/bigarch/archive-eighth/msg02325.html
> >>
> >> which hopefully helps you in some way.  I am sorry Axel to disturb,
> >> but if you packaged the driver with the patch(es) for the 11c11040,
> >> then they need to be put to good use :)
> >
> > :)
> >
> > Yes, all alsa-driver builds since a couple of months have the hdaexport
> > patch in them to allow the driver to be built. Even the driver itself
> > is at ATrpms (agrsm), but it only builds for i386.
> >
> >> Regards,
> >>
> >> Antonio
> >>
> >> On Sat, Nov 22, 2008 at 8:36 PM, GN <gnichols@xxxxxxxxxx> wrote:
> >> > Bjorn Wielens wrote:
> >> >>
> >> >> Hey,
> >> >> Yes, on my system it is in alsa-utils... /usr/sbin/alsaconf.
> >> >> If you built alsa-utils from scratch, try the distro's package, and if
> >> >> it's the distro's package, please try building from source.
> >> >>
> >> >> Best,
> >> >> Bjorn.
> >> >
> >> > Hi Bjorn,
> >> >
> >> > Thank you.
> >> >
> >> > I have the distro rpm for alsa-utils installed,
> >> > alsa-utils-1.0.16-3.fc9.i386.rpm. I am at the stage where the card is
> >> > recognised, alsamixer now opens and all seems to be working but still no
> >> > sound comes out.
> >> >
> >> > I'm more interested in getting the modem to work than sound. Now the card is
> >> > recognised is it possible to try and get the modem working?
> >> >
> >> > Ta,
> >> >
> >> > GN
> >> >>
> >> >>
> >> >> GN wrote:
> >> >>>
> >> >>> Bjorn Wielens wrote:
> >> >>>>
> >> >>>> Hey,
> >> >>>> That's good news... so it means we're almost there.
> >> >>>> What happened when you tried alsaconf?
> >> >>>> Bjorn.
> >> >>>
> >> >>> Hi Bjorn,
> >> >>>
> >> >>> That is a bit of a problem, alsaconf is not on my system. What package
> >> >>> is it in? I thought it was in alsa-utils.
> >> >>>
> >> >>> GN
> >> >>>>
> >> >>>> GN wrote:
> >> >>>>>
> >> >>>>> Bjorn Wielens wrote:
> >> >>>>>>
> >> >>>>>> Hey,
> >> >>>>>> I haven't had any issues building just the driver package (provided
> >> >>>>>> your
> >> >>>>>> distro already installs the normal ALSA packages.)
> >> >>>>>> It can't hurt to try though, if you think it may help.
> >> >>>>>>
> >> >>>>>> Perhaps some configuration is needed- try 'sudo alsaconf' and use it
> >> >>>>>> to
> >> >>>>>> configure your card.
> >> >>>>>>
> >> >>>>>> What is the output of 'lsmod | grep snd'?
> >> >>>>>>
> >> >>>>>> Thanks,
> >> >>>>>> Bjorn.
> >> >>>>>
> >> >>>>> Hello Bjorn,
> >> >>>>>
> >> >>>>> I tried setting 'options snd-hda-intel model=medion' in
> >> >>>>> /etc/modprobe.conf and now I am a long way further ahead. I still
> >> >>>>> cannot
> >> >>>>> get any sound out of the thing but at least the card is now recognised
> >> >>>>> and the panel vol control sees it and can be adjusted. Maybe model=
> >> >>>>> needs to be set for something else.
> >> >>>>>
> >> >>>>> alsamixer and amixer still do not work. Outputs below.
> >> >>>>>
> >> >>>>> [graeme@flintstone ~]$ alsamixer
> >> >>>>> ALSA lib simple_none.c:1491:(simple_add1) helem (MIXER,'Headphone
> >> >>>>> Playback Switch',0,2,0) appears twice or more
> >> >>>>> alsamixer: function snd_mixer_load failed: Invalid argument
> >> >>>>> [graeme@flintstone ~]$ amixer
> >> >>>>> ALSA lib simple_none.c:1491:(simple_add1) helem (MIXER,'Headphone
> >> >>>>> Playback Switch',0,2,0) appears twice or more
> >> >>>>> amixer: Mixer default load error: Invalid argument
> >> >>>>> [graeme@flintstone ~]$
> >> >>>>>
> >> >>>>> Output of lsmod | grep snd:
> >> >>>>>
> >> >>>>> [graeme@flintstone ~]$ /sbin/lsmod | grep snd
> >> >>>>> snd_hda_intel         376568  2
> >> >>>>> snd_seq_dummy           6788  0
> >> >>>>> snd_seq_oss            30748  0
> >> >>>>> snd_seq_midi_event      9728  1 snd_seq_oss
> >> >>>>> snd_seq                45604  5
> >> >>>>> snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
> >> >>>>> snd_seq_device         10124  3 snd_seq_dummy,snd_seq_oss,snd_seq
> >> >>>>> snd_pcm_oss            36640  0
> >> >>>>> snd_mixer_oss          16640  3 snd_pcm_oss
> >> >>>>> snd_pcm                63108  2 snd_hda_intel,snd_pcm_oss
> >> >>>>> snd_timer              21128  2 snd_seq,snd_pcm
> >> >>>>> snd_page_alloc         11656  2 snd_hda_intel,snd_pcm
> >> >>>>> snd_hwdep              10500  1 snd_hda_intel
> >> >>>>> snd                    47032  10
> >> >>>>>
> >> >>>>> snd_hda_intel,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
> >> >>>>>
> >> >>>>>
> >> >>>>> soundcore               9288  3 snd
> >> >>>>> [graeme@flintstone ~]$
> >> >>>>>
> >> >>>>> alsaconf is not on my system. What package is it in? I thought it was
> >> >>>>> in
> >> >>>>> alsa-utils.
> >> >>>>>
> >> >>>>> Thanks for sticking with me on this. Much appreciated.
> >> >>>>>
> >> >>>
> >> >>
> >> >
> >> >
> >> >
> >> > Graeme Nichols.
> >> > ...
> >> > Registered Linux User 381781 (http://counter.li.org/)
> >> > ----------------------------------------------------------------------
> >> > -  Try And Suffer From The Disease For Which You Are Being Treated:  -
> >> > - remember that your doctor has a professional reputation to uphold. -
> >> > ----------------------------------------------------------------------
> >> >
> >> >
> >
> >

-- 
Axel.Thimm at ATrpms.net

Attachment: pgp8CKH0WbISv.pgp
Description: PGP signature


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

  Powered by Linux