Find the answer to your Linux question:
Results 1 to 7 of 7
(1) I thought of trying Debian ETCH.. i was using RHEL, FC and Ubuntu.. in all the other flavors i was able to configure my broadband easily.. i gave the ...
  1. #1
    Just Joined!
    Join Date
    Jul 2007
    Posts
    66

    internet in Debian

    (1) I thought of trying Debian ETCH.. i was using RHEL, FC and Ubuntu.. in all the other flavors i was able to configure my broadband easily.. i gave the setting, configure using DHCP.. but here in ETCH, it isn't workin tat way.
    (2) I knw etch comes with more than 18000 packages. i have 3 dvds. i thought while installin it ll ask for all the 3 dvds... but it took only one dvd.. i though of specifying the dvd in the 'software updater' option in the administrative panel. I saw an option, 'add cd'.. whn i insert the 2nd dvd and click tat option, nothing is happening.. the software is not gettin updated. synaptic is showing only 830 packages in total. plz suggest a way for these queries.. thank you.

    Kurian.

  2. #2
    Linux Engineer aliov's Avatar
    Join Date
    Dec 2006
    Location
    Geneva,Beirut
    Posts
    1,078
    for the DVD's , just open the synaptic package manager and go to repositories then insert the CD after click on add , after that click on reload button and that's should work, for your wifi post the output of iwconfig here.


    Regards.
    Linux is not only an operating system, it's a philosophy.
    Archost.

  3. #3
    Just Joined!
    Join Date
    Jul 2007
    Posts
    66
    hey im not talking about wifi... im talkin about normal 128kbps broadband line...

  4. #4
    Linux Engineer aliov's Avatar
    Join Date
    Dec 2006
    Location
    Geneva,Beirut
    Posts
    1,078
    Ah , sorry . but this should work ! sorry again i'm not able to know why isn't working in etch , but you see it in ifconfig ?
    Linux is not only an operating system, it's a philosophy.
    Archost.

  5. #5
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    hi

    find out of your network card identifier, on a fresh install is probably called eth0.

    you need add two line to your /etc/network/interfaces file

    auto eth0
    iface eth0 inet dhcp

    man interfaces
    man ifconfig

    2.
    read "man apt-cdrom"

  6. #6
    Linux Newbie Tutku's Avatar
    Join Date
    Jul 2007
    Location
    Izmir / Turkey
    Posts
    167
    maybe etch haz configured the ethernet interface but your interface did not take IP, so if your interface is eth0 try this command:
    Code:
    sudo dhcpcd eth0
    for updating via CD or DVD you can copy all *.deb files into /var/cache/apt directory, and then you can use
    Code:
    sudo apt-get upgrade
    command

  7. #7
    Linux Engineer aliov's Avatar
    Join Date
    Dec 2006
    Location
    Geneva,Beirut
    Posts
    1,078
    you can try these commands ,but Debian doesn't have any sudores user enabled by default.

    Regards.
    Linux is not only an operating system, it's a philosophy.
    Archost.

Posting Permissions

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