Re: Larry, U.S.A. kernel 2.6.27-7-generic

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

 



I am starting to compile a driver for my modem again.  I have since erased my hard drive and reloaded Ubuntu Linux.  I downloaded the libc6 and libc dev files and installed them, then I downloaded matian-full-20100123.tar.gz.  I tried to delete the folder $ -rf matian-full-20100123/ and there wasn't any indication that it occurred.  Then I tried a reextraction then $ make all.  I tried to do change directories and I got a "no such file or directory."  I started with larry@ubuntu-laptop:~$ then did cd: matian-full-20100123/ and I got this message.

I also got a message, 'Error:BrokenCount>0'

Finally, do I need to enter any particular command before I close out the command prompt?  

Thank you!




Take care,

Larry


--- On Thu, 12/10/09, Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx> wrote:

> From: Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx>
> Subject: Re: Larry, U.S.A. kernel 2.6.27-7-generic
> To: "Larry Hager" <larrymeditates@xxxxxxxxx>
> Cc: discuss@xxxxxxxxxxxxx
> Date: Thursday, December 10, 2009, 11:06 AM
> Larry,
> 
> Move between folders with the command
> cd
> for change directory. cd by itself returns you
> to your home folder.
> cd Desktop
> would move you to your Desktop from your home folder
> If martian-full-20080625.tar.gz was unpacked in your home
> folder,
> cd martian-full-20080625
> will move your into that folder.
> ls
> will display the folder contents
> 
> make clean
> make
> will compile the drivers.
> 
> MarvS
> 
> 
> On Thu, Dec 10, 2009 at 11:29 AM, Larry Hager <larrymeditates@xxxxxxxxx>
> wrote:
> > I don't know how to execute a command within a folder.
> ÂCan you tell me how to do this? ÂThanks!
> >
> > Larry
> >
> >
> > --- On Tue, 12/8/09, Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx>
> wrote:
> >
> >> From: Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx>
> >> Subject: Re: Larry, U.S.A. kernel
> 2.6.27-7-generic
> >> To: "Larry Hager" <larrymeditates@xxxxxxxxx>
> >> Cc: discuss@xxxxxxxxxxxxx
> >> Date: Tuesday, December 8, 2009, 4:06 PM
> >> Larry
> >>
> >> Before doing the make commands, you must be in
> the
> >> folder Âmartian-full-20080625
> >> Therein there will be shown by
> >> $ ls
> >> at least the files/ and/or folders/:
> >> ChangeLog ÂCleaning.txt ÂConcept
> >> INSTALL Âkmodule ÂMakefile
> >> martian.h Âmodem ÂREADME
> >> sample.txt  scripts
> >>
> >> the "make something" commands must be executed in
> a folder
> >> containg a
> >> Makefile/makefile.
> >>
> >> MarvS
> >>
> >> >
> >> > MarvS
> >> >
> >> > $ make clean
> >>
> >> On Tue, Dec 8, 2009 at 11:06 AM, Larry Hager
> <larrymeditates@xxxxxxxxx>
> >> wrote:
> >> > I tried entering the commands below and when
> I began
> >> with $ make clean
> >> > I got the message "No rule to make target
> 'clean' ÂI
> >> also tried cutting and pasting the commands as a
> whole but
> >> with no success. ÂWhat did I do wrong?
> >> >
> >> >
> >> > Larry
> >> >
> >> >
> >> > --- On Sun, 12/6/09, Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx>
> >> wrote:
> >> >
> >> >> From: Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx>
> >> >> Subject: Re: Larry, U.S.A. kernel
> >> 2.6.27-7-generic
> >> >> To: "Larry Hager" <larrymeditates@xxxxxxxxx>
> >> >> Cc: discuss@xxxxxxxxxxxxx
> >> >> Date: Sunday, December 6, 2009, 8:21 PM
> >> >> Larry
> >> >>
> >> >> You must do the make commands within the
> folder
> >> >> martian-full-20080625
> >> >> per illustration below.
> >> >>
> >> >> MarvS
> >> >>
> >> >> $ make clean
> >> >> make -C kmodule/ clean
> >> >> make[1]: Entering directory
> >> >>
> >>
> `/usr/src/pkg/martian/martian-full-20080625/kmodule'
> >> >> make -C
> /lib/modules/2.6.28-16-generic/build
> >> >>
> >>
> M="/usr/src/pkg/martian/martian-full-20080625/kmodule"
> >> >> clean
> >> >> make[2]: Entering directory
> >> >>
> `/usr/src/linux-headers-2.6.28-16-generic'
> >> >>
> >> >>
> >> CLEAN Â
> /usr/src/pkg/martian/martian-full-20080625/kmodule/.tmp_versions
> >> >>
> >> >>
> >> CLEAN Â
> /usr/src/pkg/martian/martian-full-20080625/kmodule/Module.symvers
> >> >> make[2]: Leaving directory
> >> >>
> `/usr/src/linux-headers-2.6.28-16-generic'
> >> >> make[1]: Leaving directory
> >> >>
> >>
> `/usr/src/pkg/martian/martian-full-20080625/kmodule'
> >> >> make -C modem/ clean
> >> >> make[1]: Entering directory
> >> >>
> >>
> `/usr/src/pkg/martian/martian-full-20080625/modem'
> >> >> Â Â RM Â ÂOBJS
> >> >> Â Â RM Â ÂBINS
> >> >> Â Â RM Â ÂTOOLS
> >> >> make[1]: Leaving directory
> >> >>
> >>
> `/usr/src/pkg/martian/martian-full-20080625/modem'
> >> >>
> >> >> Thus having cleaned out any old file
> debris, do
> >> the compile
> >> >> with
> >> >> $ make all
> >> >> make -C kmodule/ modules
> >> >> make[1]: Entering directory
> >> >>
> >>
> `/usr/src/pkg/martian/martian-full-20080625/kmodule'
> >> >> make -C
> /lib/modules/2.6.28-16-generic/build
> >> >>
> >>
> M="/usr/src/pkg/martian/martian-full-20080625/kmodule"
> >> >> modules
> >> >> make[2]: Entering directory
> >> >>
> `/usr/src/linux-headers-2.6.28-16-generic'
> >> >> Â CC [M]
> >> >>
> >>
> /usr/src/pkg/martian/martian-full-20080625/kmodule/martian.o
> >> >>
> >>
> /usr/src/pkg/martian/martian-full-20080625/kmodule/martian.c:
> >> >> In
> >> >> function âmartian_isrâ:
> >> >>
> >>
> /usr/src/pkg/martian/martian-full-20080625/kmodule/martian.c:131:
> >> >> warning: value computed is not used
> >> >> Â CC [M]
> >> >>
> >>
> /usr/src/pkg/martian/martian-full-20080625/kmodule/marsio.o
> >> >>
> >>
> /usr/src/pkg/martian/martian-full-20080625/kmodule/marsio.c:358:
> >> >> warning: âmars_read_register_remâ
> defined but
> >> not used
> >> >>
> >>
> /usr/src/pkg/martian/martian-full-20080625/kmodule/marsio.c:371:
> >> >> warning: âmars_write_register_remâ
> defined but
> >> not
> >> >> used
> >> >> Â CC [M]
> >> >>
> >>
> /usr/src/pkg/martian/martian-full-20080625/kmodule/mfifo.o
> >> >> Â LD [M]
> >> >>
> >>
> /usr/src/pkg/martian/martian-full-20080625/kmodule/martian_dev.o
> >> >> Â Building modules, stage 2.
> >> >> Â MODPOST 1 modules
> >> >> Â CC
> >> >>
> >>
> /usr/src/pkg/martian/martian-full-20080625/kmodule/martian_dev.mod.o
> >> >> Â LD [M]
> >> >>
> >>
> /usr/src/pkg/martian/martian-full-20080625/kmodule/martian_dev.ko
> >> >> make[2]: Leaving directory
> >> >>
> `/usr/src/linux-headers-2.6.28-16-generic'
> >> >> make[1]: Leaving directory
> >> >>
> >>
> `/usr/src/pkg/martian/martian-full-20080625/kmodule'
> >> >> make -C modem/ all
> >> >> make[1]: Entering directory
> >> >>
> >>
> `/usr/src/pkg/martian/martian-full-20080625/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
> >> >>
> >>
> `/usr/src/pkg/martian/martian-full-20080625/modem'
> >> >>
> >> >> Lastly do the installation of the
> products with
> >> root/adm
> >> >> authority:
> >> >> $ sudo make install
> >> >>
> >> >> On Sun, Dec 6, 2009 at 4:43 PM, Larry
> Hager <larrymeditates@xxxxxxxxx>
> >> >> wrote:
> >> >> > I've installed the packages. ÂI
> then checked
> >> the
> >> >> martian file "install" which suggests
> starting
> >> with $ make
> >> >> all
> >> >> > I got the message: "No rule to make
> target
> >> 'all'
> >> >> .Stop. ÂIs this the right step to take
> next?
> >> ÂWhat should
> >> >> I do now?
> >> >> >
> >> >> > Take care,
> >> >> >
> >> >> > Larry
> >> >> >
> >> >> >
> >> >> > --- On Wed, 12/2/09, Marvin
> Stodolsky <marvin.stodolsky@xxxxxxxxx>
> >> >> wrote:
> >> >> >
> >> >> >> From: Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx>
> >> >> >> Subject: Re: Larry, U.S.A.
> kernel
> >> >> 2.6.27-7-generic
> >> >> >> To: "Larry Hager" <larrymeditates@xxxxxxxxx>
> >> >> >> Cc: discuss@xxxxxxxxxxxxx
> >> >> >> Date: Wednesday, December 2,
> 2009, 8:22
> >> PM
> >> >> >> Larry,
> >> >> >>
> >> >> >> The Âlinux-libc-dev and
> libc6-dev Âmust
> >> be in
> >> >> the
> >> >> >> same folder, wherein
> >> >> >> you execute
> >> >> >> $ Â sudo dpkg -i lib*.deb
> >> >> >> Your personal folder is OK.
> >> >> >> The packages should be displayer
> by
> >> >> >> $ ls *.deb
> >> >> >> Note that $ is the command
> prompt, but
> >> not part of
> >> >> the
> >> >> >> command: Âsudo
> >> >> >> dpkg -i lib*.deb
> >> >> >>
> >> >> >> MarvS
> >> >> >>
> >> >> >> On Wed, Dec 2, 2009 at 11:12 PM,
> Larry
> >> Hager
> >> >> <larrymeditates@xxxxxxxxx>
> >> >> >> wrote:
> >> >> >> > I'm using Ubuntu 8.10 and
> trying to
> >> set up a
> >> >> modem and
> >> >> >> was told to download packages:
> >> linux-libc-dev and
> >> >> libc6-dev.
> >> >> >> ÂI downloaded the files to my
> desktop
> >> but when I
> >> >> entered
> >> >> >> the command $sudo dpkg -i
> lib*.deb I got
> >> the
> >> >> message: error
> >> >> >> processing lib* (--install):
> cannot
> >> access
> >> >> archive: no such
> >> >> >> file or directory. ÂWhat am I
> doing
> >> wrong?
> >> >> >> >
> >> >> >> > Thank you for your help!
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> > Take care,
> >> >> >> >
> >> >> >> > Larry
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >>
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >>
> >> >
> >> >
> >> >
> >> >
> >>
> >
> >
> >
> >
> 


      



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

  Powered by Linux