Announcement

Collapse
No announcement yet.

installing usb adsl modem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    installing usb adsl modem

    hi all, i installed kubuntu only today, this is the first time I'm using Linux so i don't know anything about it.
    for example i don't know how to install my "fastrate usb 100" ADSL modem; i know it'd be better to use an ethernet modem and I'm waiting to have one, or better, I'm waiting for a router.
    i tried to install the unicorn package because a friend of mine told me there is the driver for my modem but, once i downloaded it from my notebook and put it in my Linux desktop i tried to install it from "Konsole terminal program" but it didn't work. there was an error, debhelper and kernel-package are not installed on my PC. i downloaded it and when i tried to install them there wasanother error... other packages missing.
    can someone help me
    please....

    bye
    Time

    #2
    Re: installing usb adsl modem

    missing packages? First thing to do is:
    Code:
    sudo apt-get install -f
    If that does not work you need to open adept manager and enable all the repositories. Then
    Code:
    sudo apt-get update
    followed by
    Code:
    sudo apt-get install -f
    again.

    HTH
    Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

    Comment

    Working...
    X