powered by simpleCommunicator - 2.0.49     © 2025 Programmizd 02
Форумы / Unix-системы [игнор отключен] [закрыт для гостей] / New Linux user
4 сообщений из 4, страница 1 из 1
New Linux user
    #32446349
LerSam
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Hello to all
I set Linux 8 and I’m new in Linux.
I have problem to connect the network, I think that because I don’t set my network card.
Where in Linux can I check if he set?
And another question
I wont to start working with C and C++ where can I find program for this?
Thank to all
...
Рейтинг: 0 / 0
New Linux user
    #32446646
Фотография Хрен
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
about network cards: Actually there is a couple of issues:
- check if kernel find appropriate drivers
- (and if so) check if your tcp/ip stack is set properly..

1) command 'dmesg' output to your console all information about drivers and devices, that kernel found out. You need to check if kernel creates devices 'eth0', 'eth1' (if you have more than 1 netcards) and so on.
Simplest way is

dmesg | grep eth0

you can also type

dmesg |less

and read all that stuff manually

2) If you find 'eth0' device, you must check your tcp/ip stack

ifconfig

prints information about binding ethernet cards to ip . If you get empty output, it means
your tcp/ip stack just isn't set.

Speaking frankly if you are not keen on Linux, better way to setup eth devices and tcp/ip stack is using appropriate 'wizard' from your linux distributive.. Say, YAST for SUSE, Drakconf for Mandrake etc etc. Which exactly distributive do you use?

About C/C++:
gcc - C compiler, g++ - C++ compiler, gdb - debugger, ddd - GUI for gdb, gprof - profiler, gcov - code coverage, and a lot of alternatives for IDE. Some people likes emacs, some people - konqueror (from KDE), some crazy people (like me) - vim. Also you can check CodeForge, Anjuta, motor, eric..
...
Рейтинг: 0 / 0
New Linux user
    #32448129
Фотография nex
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
netconf, netcfg, netconfig or some variation of it should be available on any Linux distribution.

Here is some material about networking in Linux... enjoy :D

Ethernet-HOWTO
Home-Network-mini-HOWTO
Net-HOWTO
Network-Install-HOWTO
Networking-Overview-HOWTO
...
Рейтинг: 0 / 0
New Linux user
    #32450279
LerSam
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Hello
I found that I don’t install my network card,
And now I’m thinking how to set it
Thank you all
...
Рейтинг: 0 / 0
4 сообщений из 4, страница 1 из 1
Форумы / Unix-системы [игнор отключен] [закрыт для гостей] / New Linux user
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]