LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-16-2015, 06:30 AM   #16
debianisabitch
LQ Newbie
 
Registered: Jun 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled

I used // as a example from programming.
Maybe i am are you offended? It's just a word.

On xubuntu I remember ipconfig working and giving me all the info on my ip and Mac address. On debian it is not.

Ip addr does work. ??why

At /etc/network/interfaces there are some lines:
# The loopback network interface
Auto lo
Iface lo inet loopback

I know wlan, etho but lo?
 
Old 06-16-2015, 06:32 AM   #17
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
That is the loopback interface, leave it alone.
 
Old 06-16-2015, 06:47 AM   #18
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by debianisabitch View Post
/etc/network/interfaces:
auto eth0
iface eth0 inet dhcp

Which I found before only with a # in front of the second line like this.

#iface eth0 inet dhcp

Which didn't do anything because # makes the line irrelevant like a //comment right?
So I removed it and funny thing happened.

My complete internet connection is gone.
Saying:
Ethernet Network
device not managed

While device not managed is supposed to be my connection 1 I am using cable so I know it's eth0
Uncommenting that line causes the networking daemon to manage the connection of 'eth0'. This is why you see "not managed" from the other, presumably GUI, programme. (network manager?). If you disable that line again, network manager will handle your ethernet connection (after reboot/stopping networking daemon and starting network manager daemon.

If you only have a wired connection, then you probably don't need network manager at all.
 
Old 06-16-2015, 06:52 AM   #19
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Hi.

Use another based on Debian? Sounds kinda silly to me...

Why not a more feature friendly DE like KDE for e.g?

Best wishes and have fun.
 
Old 06-16-2015, 06:55 AM   #20
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Quote:
Originally Posted by jamison20000e View Post
Hi.

Use another based on Debian? Sounds kinda silly to me...

Why not a more feature friendly DE like KDE for e.g?

Best wishes and have fun.
That's been suggested, such as LMDE which is very good, very useful where one can get running with little fuss, but the OP persists in saying that they don't want to do that. So they complain, ask a bunch of questions, persons detect that since they are fairly new it might be best if they started with a more service-able desktop version, .... however.
 
Old 06-16-2015, 07:00 AM   #21
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Debian will give you your network config by entering the command
Code:
sudo ifconfig
When asked for a password, enter your user password.

Last edited by JeremyBoden; 06-16-2015 at 07:02 AM.
 
Old 06-16-2015, 08:25 AM   #22
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
No need to run a command as root just because it's not in your $PATH

Code:
$ /sbin/ifconfig
 
2 members found this post helpful.
Old 06-16-2015, 08:57 AM   #23
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Arrow

Debian will also give you a simple GUI for your WiFi, if you install one or it came with the environment. When I was a had to install bloat and as always (with my hardware) non-free drivers.
 
Old 06-16-2015, 05:01 PM   #24
GarryRicketson
LQ Newbie
 
Registered: Jun 2015
Location: mexico
Distribution: Debian Wheezy, MX-14, Debian Jessie
Posts: 25

Rep: Reputation: Disabled
Well, I am getting some good laughs reading this thread, and I want to compliment those trying to help, you all have a lot of patience,...
the part that made me laugh the most,
Quote:
On xubuntu I remember ipconfig working and giving me all the info on my ip and Mac address. On debian it is not.
https://en.wikipedia.org/wiki/Ipconfig

That is amazing, I did not know xubuntu started using "windows" commands, but then it has been about 5 or 6 years since I tried using xubuntu, I do still have a "live cd" I made, a few years ago,..
Any way, keep trying, you will get it figured out, I hope. Good Luck
 
Old 06-17-2015, 06:17 AM   #25
debianisabitch
LQ Newbie
 
Registered: Jun 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
Leave it alone? What does it do?

KDE same as xfce right? debian with a different GUI? I seen the downloads xfce KDE. ....

So about the network manager i uncommented that line and it works again like you said. So the problem with my Internet stopping every 5 minutes has nothing to do with adding any lines to /etc/network/interfaces? Or a network manager?

Xubuntu is not service - able enough?
How do I learn debian if I am going to use something like LMDE. I'm sure I will be setting everything up on that. Using it until boredom then trying debian again and i will still not know how debian works.

Ipconfig/ifconfig ok ok I messed up. I knew for sure in xubuntu it was not ip addr.

When downloading debian you only have to download 1.iso if you have a good connection right? Now I had many problems installing like missing firmware. If I downloaded 1 2 and 3. It would have been a smooth install?
 
Old 06-17-2015, 06:22 AM   #26
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
No.
Non-free firmware is not included in any official Debian ISO's.
 
Old 06-17-2015, 06:52 AM   #27
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Wink

I can't use Konqueror to watch Hulu but Firefox works fine. Why? Because they're different\*. Maybe a teckie chould?

Last edited by jamison20000e; 06-20-2015 at 09:34 AM.
 
Old 06-17-2015, 06:54 AM   #28
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Try wicd... wireless manager (again with non-free drivers.)

Last edited by jamison20000e; 06-17-2015 at 06:58 AM.
 
Old 06-17-2015, 06:56 AM   #29
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Quote:
Originally Posted by debianisa***** View Post
So about the network manager i uncommented that line and it works again like you said. So the problem with my Internet stopping every 5 minutes has nothing to do with adding any lines to /etc/network/interfaces? Or a network manager?
Run an Internet speed test; if it gives a bad result it is likely that you have a poor broadband connection and/or some poor internal wiring.
Intermittent failures are almost always hardware related.
 
Old 06-17-2015, 07:32 AM   #30
cmgeo
Member
 
Registered: Oct 2011
Location: India
Distribution: Win 10, Debian and ubuntoooo
Posts: 58

Rep: Reputation: Disabled
Hello,

Can you provide your operating hardware (i.e cpu mem hdd etc.) specs, and also why you want debian to be your operating system. I know you have mentioned that you must have installed a 100 times and the disks might start giving errors. But still please do tell. Further do you have a wired network or wireless network and does speed provide isos to be downloaded or enable you to run complete installation from net?

I have been in your position and have for past few years trying to learn the ropes.

But right now i am running my ubuntu from external hdd with no internal hdd with virtual box running win7 , debian and winxp/ubuntu. I think i have atleast tried to run and install a stable Linux system since my early days starting with suse,knoppix and finally the almighty debain. But for bells and whistles i settled with ubuntu. And to do that i must have wrote and re-wrote on the hardisk atleast thousands of times due to bad choices i made before selecting my installation.

I would be glad to offer my advise if u may require.

regards

Last edited by cmgeo; 06-17-2015 at 07:39 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mutt is giving me a headache dory550 Red Hat 8 10-26-2014 02:15 PM
Linux is giving me a headache... IDSBlazed Ubuntu 5 02-23-2011 07:19 PM
autoconf is giving me a headache binarybob0001 Programming 1 03-15-2008 07:55 AM
Maildrop is giving me a headache LiquidKernel Linux - Software 2 09-15-2004 07:53 AM
Need Help PORTFW is giving me a headache. cenci Linux - Networking 1 02-17-2003 06:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration