winmodems - ubuntu wiki

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default winmodems - ubuntu wiki

    A succesful install of 5.10 but without the drivers for a winmodem led
    me to the wiki whih I hvae followed successfully through identifying the
    modem and downloading all the required drivers onto a usbstick. I am
    unable to get the command

    sudo dpkg -i gcc-3.4-base_3.4.4-6ubuntu8_i386.deb


    to work though as it says the files are not foud. I think I need to
    point the command to look for the usbstick, folder and then file which
    is found in path media/usbdisk/linux/<filename>.

    Am I correct and, if so where should the path be put into the command -
    is it immediately prior to the filename?
    --
    David
    David Guest

  2. Similar Questions and Discussions

    1. POE's wiki
      While browsing poe.perl.org I realized that its wiki is based on usemod; At work I maintain a wiki based on usemod and a few homegrown tweaks. I...
    2. Would a wiki help newbies?
      Hi all; I have recently contributed a wiki to another open source project (SQL-Ledger) and have received a fair bit of positive feedback and...
    3. dotProject Wiki?
      Hi, Does anyone know of a wiki module for dotProject? Or a Wiki that could easily be bolted onto dotProject? Thanks, Jack
    4. wiki reccomendations
      any votes/reccomendations for best ruby wiki? i'm leaning towards simplicity over features. -a ==================================== | Ara...
    5. offline rubygarden wiki?
      I was wondering if it is possible to obtain snapshot tarballs of the rubygarden wiki for offline use, say by rsync or other methods? I know it...
  3. #2

    Default Re: winmodems - ubuntu wiki

    On Fri, 19 May 2006 16:52:00 +0100, David <me@privacy.net> wrote:
    >A succesful install of 5.10 but without the drivers for a winmodem led
    >me to the wiki whih I hvae followed successfully through identifying the
    >modem and downloading all the required drivers onto a usbstick. I am
    >unable to get the command
    >
    >sudo dpkg -i gcc-3.4-base_3.4.4-6ubuntu8_i386.deb
    >
    >
    >to work though as it says the files are not foud. I think I need to
    >point the command to look for the usbstick, folder and then file which
    >is found in path media/usbdisk/linux/<filename>.
    >
    >Am I correct and, if so where should the path be put into the command -
    >is it immediately prior to the filename?
    sudo dpkg -i /media/usbdisk/linux/gcc-3.4-base_3.4.4-6ubuntu8_i386.deb

    should work...
    alternatively you can "cd" to this directory "cd
    /media/usbdisk/linux/" and then do you regular dpkg there..

    hth
    matthias
    Matthias Guest

  4. #3

    Default Re: winmodems - ubuntu wiki

    In article <0ptr621i7biekgu6e75cjeptov7pmi3ldn@4ax.com>, Matthias
    says...
    > On Fri, 19 May 2006 16:52:00 +0100, David <me@privacy.net> wrote:
    >
    > I think I need to
    > >point the command to look for the usbstick, folder and then file which
    > >is found in path media/usbdisk/linux/<filename>.
    > >
    >
    > sudo dpkg -i /media/usbdisk/linux/gcc-3.4-base_3.4.4-6ubuntu8_i386.deb
    >
    > should work...
    > alternatively you can "cd" to this directory "cd
    > /media/usbdisk/linux/" and then do you regular dpkg there..
    >
    Thanks Matthias. A basic and naive question I know... but I will learn!
    --
    David
    David Guest

  5. #4

    Default Re: winmodems - ubuntu wiki

    In article <MPG.1ed8348693dfa2fb98969c@news.readfreenews.net> , David
    says...
    > In article <0ptr621i7biekgu6e75cjeptov7pmi3ldn@4ax.com>, Matthias
    > says...
    > > On Fri, 19 May 2006 16:52:00 +0100, David <me@privacy.net> wrote:
    > >
    > > I think I need to
    > > >point the command to look for the usbstick, folder and then file which
    > > >is found in path media/usbdisk/linux/<filename>.
    > > >
    > >
    > > sudo dpkg -i /media/usbdisk/linux/gcc-3.4-base_3.4.4-6ubuntu8_i386.deb
    > >
    > > should work...
    > > alternatively you can "cd" to this directory "cd
    > > /media/usbdisk/linux/" and then do you regular dpkg there..
    > >
    > Thanks Matthias. A basic and naive question I know... but I will learn!
    >
    Well, I'm afraid I've given up. I can't get the directory recognised
    even though it can be seen in nautilus and appears on the desktop when
    the stick is plugged in.

    So, I tried copying the files to home directory - but the file is not
    recognised.

    I tried copying it to desktop and it shows up - but the command line
    still says the file does not exist. Its probably me but I tired of
    booting into linux, finding a fault, rebooting to windoze to get onto
    the net to try ad find an answer and then rebooting back to Linux.

    I tried to cd to desktop - it didn't like that either - directory not
    found.

    Conclusion, I guess linux aint for me/
    --
    David
    David Guest

  6. #5

    Default Re: winmodems - ubuntu wiki

    David wrote:
    > In article <MPG.1ed8348693dfa2fb98969c@news.readfreenews.net> , David
    > says...
    >> In article <0ptr621i7biekgu6e75cjeptov7pmi3ldn@4ax.com>, Matthias
    >> says...
    >>> On Fri, 19 May 2006 16:52:00 +0100, David <me@privacy.net> wrote:
    >>>
    >>> I think I need to
    >>>> point the command to look for the usbstick, folder and then file which
    >>>> is found in path media/usbdisk/linux/<filename>.
    >>>>
    >>> sudo dpkg -i /media/usbdisk/linux/gcc-3.4-base_3.4.4-6ubuntu8_i386.deb
    >>>
    >>> should work...
    >>> alternatively you can "cd" to this directory "cd
    >>> /media/usbdisk/linux/" and then do you regular dpkg there..
    >>>
    >> Thanks Matthias. A basic and naive question I know... but I will learn!
    >>
    > Well, I'm afraid I've given up. I can't get the directory recognised
    > even though it can be seen in nautilus and appears on the desktop when
    > the stick is plugged in.
    >
    > So, I tried copying the files to home directory - but the file is not
    > recognised.
    >
    > I tried copying it to desktop and it shows up - but the command line
    > still says the file does not exist. Its probably me but I tired of
    > booting into linux, finding a fault, rebooting to windoze to get onto
    > the net to try ad find an answer and then rebooting back to Linux.
    >
    > I tried to cd to desktop - it didn't like that either - directory not
    > found.
    >
    > Conclusion, I guess linux aint for me/
    No, that is not a good conclusion, nor accurate either...

    The right conclusion is the Windoz has used the internal modem in
    an effort to kill linux...

    The right conclusion is that "winmodem's" aren't for you (or
    mostly anyone...)

    get an external hardware modem or an internal modem which IS
    compatible with linux...

    sign me:
    another newbee who has fought the battle battle of the winmodem,
    lost, and gone to the right answer. Windoz suck, winmodems suck.


    oldwetdog Guest

  7. #6

    Default Re: winmodems - ubuntu wiki

    David schreef:
    > So, I tried copying the files to home directory - but the file is not
    > recognised.
    >
    > I tried copying it to desktop and it shows up - but the command line
    > still says the file does not exist. Its probably me but I tired of
    > booting into linux, finding a fault, rebooting to windoze to get onto
    > the net to try ad find an answer and then rebooting back to Linux.
    >
    > I tried to cd to desktop - it didn't like that either - directory not
    > found.
    This is often due to a slight misspelling.
    I have often found the use of the wild card * to be very helpful.
    sudo dpkg -i gcc-3.4-base_3.4.4-6ubuntu8_i386.deb
    could be done as:
    sudo dpkg -i gcc-3*i386.deb
    >
    > Conclusion, I guess linux aint for me/
    Yep, winmodems are a Bitch :(
    Dirk T. Verbeek Guest

  8. #7

    Default Re: winmodems - ubuntu wiki

    David wrote in <MPG.1ed95c73376a8b3498969d@news.readfreenews.ne t> on Sat,
    May 20 2006 13:04:
    [snip]
    >
    > I tried to cd to desktop - it didn't like that either - directory not
    > found.
    >
    > Conclusion, I guess linux aint for me/
    >
    Something that I hadn't noticed the first time I read the article, and I
    should've picked up on it quite quickly -- UNIX and UNIX-like systems, such
    as Linux, use case-sensitive filesystems.

    Generally, the folder that contains the desktop, therefore, is the ~/Desktop
    folder, not ~/desktop. Notice the difference in case for the letter "d".
    You have to make sure that when you're attempting to open files and such,
    you're using the proper case. This is, of course, more important on the
    command line then anywhere else. While Windows will silently forgive you
    and open the file anyway, most other operating systems will not.

    This means that under Windows, "FileOne" and "fileone" are the same file --
    however, under other systems, they are two totally seperate files.

    HTH,
    Mike

    --
    Registered Linux User #417338, machine #325045.

    A Bugless Program is an Abstract Theoretical Concept.
    Michael B. Trausch Guest

  9. #8

    Default Re: winmodems - ubuntu wiki

    In article <4470f0ba$0$31645$e4fe514c@news.xs4all.nl>, Dirk T. Verbeek
    says...
    > David schreef:
    >
    > > So, I tried copying the files to home directory - but the file is not
    > > recognised.
    > >
    > > I tried copying it to desktop and it shows up - but the command line
    > > still says the file does not exist. Its probably me but I tired of
    > > booting into linux, finding a fault, rebooting to windoze to get onto
    > > the net to try ad find an answer and then rebooting back to Linux.
    > >
    > > I tried to cd to desktop - it didn't like that either - directory not
    > > found.
    >
    > This is often due to a slight misspelling.
    Yes, so I found after a tip from elsewhere
    > I have often found the use of the wild card * to be very helpful.
    > sudo dpkg -i gcc-3.4-base_3.4.4-6ubuntu8_i386.deb
    > could be done as:
    > sudo dpkg -i gcc-3*i386.deb
    I like that one! ta
    > >
    > > Conclusion, I guess linux aint for me/
    >
    > Yep, winmodems are a Bitch :(
    I'm *still* working away at it. Files and Drivers all seem to be loaded
    ok in that sudo modprob Intel36 *didn't* givve any response.

    Working now on the next steps to get driver to load at boot
    >
    --
    David
    Visit [url]http://www.farm-direct.co.uk[/url] for your local farmgate food
    supplies.
    FAQ's, Glossary, Farming Year and more!
    David Guest

  10. #9

    Default Re: winmodems - ubuntu wiki

    In article <yrydneOXOJMVhOzZRVn-tA@comcast.com>, Michael B. Trausch
    says...
    > David wrote in <MPG.1ed95c73376a8b3498969d@news.readfreenews.ne t> on Sat,
    > May 20 2006 13:04:
    > [snip]
    > >
    > > I tried to cd to desktop - it didn't like that either - directory not
    > > found.
    > >
    > Something that I hadn't noticed the first time I read the article, and I
    > should've picked up on it quite quickly -- UNIX and UNIX-like systems, such
    > as Linux, use case-sensitive filesystems.
    >
    > Generally, the folder that contains the desktop, therefore, is the ~/Desktop
    > folder, not ~/desktop. Notice the difference in case for the letter "d".
    Yes, I was pointed in the direction of a typo and am working towards the
    next steps in the sequence. Ta

    --
    David
    David Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139