Re: Johnathon , USA Linux version 2.6.17-13mdv Agere.DSP

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

 



KD

Great!!
What did DRV prove to be?
I want better understand how
  make install
is misled under Mandiva

MarvS


On 8/24/07, kd-boss <kd-boss@xxxxxxxxxxxx> wrote:
> Ty VM Marvin!! I managed to write a .config file for
> wvdial and im now online with Mandriva! I totally
> appreciate all the assistance you have given me!
>
> --- Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx>
> wrote:
>
> > It is a mandiva problem
> > Do:
> > #  SITE=/lib/modules/2.6.17-13mdv/extra
> > #  mkdir  $SITE
> > FInd the misplaced driver with:
> > # find /lib/modules -name martian_dev.ko
> > If thus found
> > DRV=`find /lib/modules -name martian_dev.ko`
> > Check with
> > echo $DRV
> > should again display martian_dev.ko
> >
> > Then copy over
> > # cp $DRV  $SITE/
> > Check with
> > # ls  $SITE
> > should show martian_dev.ko  there
> >
> > If so, inform the System
> > #  depmod -a
> >
> > Then as previously instructed:
> > # modprobe martian_drv
> > # martian_modem
> >
> > etc.
> >
> > MarvS
> >
> >
> >
> > On 8/23/07, kd-boss <kd-boss@xxxxxxxxxxxx> wrote:
> > >
> > > [root@localhost martian]# make clean
> > > make -C kmodule/ clean
> > > make[1]: Entering directory
> > > `/martian-full-20061203/martian/kmodule'
> > > make -C /lib/modules/2.6.17-13mdv/build
> > > M="/martian-full-20061203/martian/kmodule" clean
> > > make[2]: Entering directory
> > > `/usr/src/linux-2.6.17-13mdv'
> > >   CLEAN
> > >
> > /martian-full-20061203/martian/kmodule/.tmp_versions
> > > make[2]: Leaving directory
> > > `/usr/src/linux-2.6.17-13mdv'
> > > make[1]: Leaving directory
> > > `/martian-full-20061203/martian/kmodule'
> > > make -C modem/ clean
> > > make[1]: Entering directory
> > > `/martian-full-20061203/martian/modem'
> > >     RM  OBJS
> > >     RM  BINS
> > >     RM  TOOLS
> > > make[1]: Leaving directory
> > > `/martian-full-20061203/martian/modem'
> > > [root@localhost martian]# make all
> > > make -C kmodule/ modules
> > > make[1]: Entering directory
> > > `/martian-full-20061203/martian/kmodule'
> > > make -C /lib/modules/2.6.17-13mdv/build
> > > M="/martian-full-20061203/martian/kmodule"
> > modules
> > > make[2]: Entering directory
> > > `/usr/src/linux-2.6.17-13mdv'
> > >
> > >   WARNING: Symbol version dump
> > > /usr/src/linux-2.6.17-13mdv/Module.symvers
> > >            is missing; modules will have no
> > > dependencies and modversions.
> > >
> > >   CC [M]
> > > /martian-full-20061203/martian/kmodule/martian.o
> > > /martian-full-20061203/martian/kmodule/martian.c:
> > In
> > > function 'martian_isr':
> > >
> >
> /martian-full-20061203/martian/kmodule/martian.c:160:
> > > warning: value computed is not used
> > >   CC [M]
> > > /martian-full-20061203/martian/kmodule/marsio.o
> > >   CC [M]
> > > /martian-full-20061203/martian/kmodule/mfifo.o
> > >   LD [M]
> > >
> > /martian-full-20061203/martian/kmodule/martian_dev.o
> > >   Building modules, stage 2.
> > >   MODPOST
> > >   CC
> > >
> >
> /martian-full-20061203/martian/kmodule/martian_dev.mod.o
> > >   LD [M]
> > >
> >
> /martian-full-20061203/martian/kmodule/martian_dev.ko
> > > make[2]: Leaving directory
> > > `/usr/src/linux-2.6.17-13mdv'
> > > make[1]: Leaving directory
> > > `/martian-full-20061203/martian/kmodule'
> > > make -C modem/ all
> > > make[1]: Entering directory
> > > `/martian-full-20061203/martian/modem'
> > >     CC  main.o
> > >     CC  dumpers.o
> > >     CC  log.o
> > >     CC  session.o
> > >     CC  mport.o
> > >     CC  pty.o
> > >     CC  sysdep.o
> > >     CC  isr.o
> > >     CC  smp.o
> > >     CC  core_if.o
> > >     CC  coresubst.o
> > >     CC  link.o
> > >     CC  tweakrelocsdynamic.o
> > >     CC  coreadd.o
> > >     CC  elf386tweakrelocs
> > >     LD  marscore.o
> > >     TWEAK       marscore.o
> > >     LD  martian_modem
> > > make[1]: Leaving directory
> > > `/martian-full-20061203/martian/modem'
> > > [root@localhost martian]# make install
> > > make -C kmodule/ install
> > > make[1]: Entering directory
> > > `/martian-full-20061203/martian/kmodule'
> > > make -C /lib/modules/2.6.17-13mdv/build
> > > M="/martian-full-20061203/martian/kmodule"
> > > modules_install
> > > make[2]: Entering directory
> > > `/usr/src/linux-2.6.17-13mdv'
> > >   INSTALL
> > >
> >
> /martian-full-20061203/martian/kmodule/martian_dev.ko
> > >   DEPMOD  2.6.17-13mdvcustom
> > > make[2]: Leaving directory
> > > `/usr/src/linux-2.6.17-13mdv'
> > > if ! /sbin/modprobe -nq martian_dev ; then
> > > /sbin/depmod -a; fi
> > > make[1]: Leaving directory
> > > `/martian-full-20061203/martian/kmodule'
> > > make -C modem/ install
> > > make[1]: Entering directory
> > > `/martian-full-20061203/martian/modem'
> > >     LD  martian_modem.debug
> > >     STRIP       martian_modem.debug
> > >     STRIP       martian_modem.stripped
> > >     INSTALL     /usr/sbin/martian_modem
> > >     INSTALL
> > > /usr/lib/debug/usr/sbin/martian_modem.debug
> > > make[1]: Leaving directory
> > > `/martian-full-20061203/martian/modem'
> > > [root@localhost martian]# modprobe martian_dev
> > > FATAL: Module martian_dev not found.
> > > [root@localhost martian]#
> > >
> > > So, exactly what did i do incorrectly, or what
> > > dependencey do i need to install to get this
> > working?
> > > And , again, Ty for your assistance, People like
> > you
> > > who contribute to linux means more to the linux
> > > community than i belive will ever be spoken.
> > >
> > > --- Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx>
> > > wrote:
> > >
> > > > # modprobe martian_dev
> > > > loading  followed by:
> > > > # martian_modem
> > > > should report creation of
> > > >   /dev/ttyySM0 --> /dev/pts/N some nimber
> > > >
> > > > Use
> > > > # wvdialconf  /etc/wvdial.conf
> > > > to detact the modem and add a line
> > > > Carrier Check  = no
> > > > to  /etc/wvdial.conf
> > > >
> > > > Please read the documentation.  I'm traveling
> > over
> > > > the weekend.
> > > >
> > > > MarvS
> > > >
> > > > On 8/23/07, kd-boss <kd-boss@xxxxxxxxxxxx>
> > wrote:
> > > > > Ok, ty Marvin, I've untared and compiled the
> > > > package
> > > > > into the module, and ran the make install on
> > it.
> > > > > However, whenever i try to access the modem on
> > any
> > > > > ttyS or any other COM device that KPPP detects
> > it
> > > > says
> > > > > modem is buisy. Is it possiable i've not
> > > > configured
> > > > > the martin package correctly? The only warning
> > i
> > > > got
> > > > > when compiling the package was a lack of
> > kernel
> >
> === message truncated ===
>
>
>
>       ____________________________________________________________________________________
> Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7
>
>

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

  Powered by Linux