LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-11-2004, 01:06 PM   #16
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Original Poster
Rep: Reputation: 30

anyone help me pls
 
Old 10-11-2004, 08:49 PM   #17
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Original Poster
Rep: Reputation: 30
no one knows?
tks
 
Old 10-12-2004, 03:01 AM   #18
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
We meet again on another topic. Please would you post the output of ifconfig -a. This will give an idea of what is going on. It would appear that you are using a cable connection.
If I could offer you some generic advice. I know that English is not your native language and having lived in a multilingual society for many years I admire your ability and fortitude in using a foreign language. If you have problems PLEASE would you give more detail. It is very difficult to help you if you use general terms without being specific about the problems. We need to know what you have done and what the results of your efforts were. If people are going to help you, you need to demonstrate that you are putting some effort into the problem and what the results were.
To the specific problem. The obvious one is the ethernet card is not being configured correctly and perhaps running at base 10 instead of 100 or perhaps duplex. We will know more when you post the above result. There are numerous articles under Google relating to getting optimal connection speeds with adsl and cable connections.
 
Old 10-12-2004, 09:01 AM   #19
RemusX2
Member
 
Registered: Oct 2003
Location: Bozeman, Montana
Distribution: Gentoo 2010, Ubuntu 9.04
Posts: 175

Rep: Reputation: 30
As a Fedora Core 2 user, on a fresh install my net is also slow. After some digging I found it was IPv6 was enabled, when most IP's don't use it.
To fix that, add the following line in /etc/modprobe.conf:

alias net-pf-10 off

Any Debian users correct me if this is wrong, as I have never used Debian but have experienced the same problem.
 
Old 10-12-2004, 11:13 AM   #20
basix
Member
 
Registered: Dec 2003
Distribution: Red Hat Linux 9, Fedora Core 1, *Fedora Core 2*
Posts: 74

Rep: Reputation: 15
yep, its IPv6 problem. I am a FC2 user as well but I havent faced any such problems....yet
 
Old 10-12-2004, 12:00 PM   #21
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Original Poster
Rep: Reputation: 30
i type ifconfig -a

Quote:
eth0 Link encap:Ethernet HWaddr 00:50:BF:97:FE:69
inet addr:213.22.253.190 Bcast:213.22.253.255 Mask:255.255.254.0
inet6 addr: fe80::250:bfff:fe97:fe69/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:325601 errors:0 dropped:0 overruns:0 frame:0
TX packets:568083 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:88933163 (84.8 MiB) TX bytes:45642439 (43.5 MiB)
Interrupt:17 Base address:0xd400

eth1 Link encap:UNSPEC HWaddr 00-02-3C-00-91-01-FE-C4-00-00-00-00-00-00-00
-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:110 errors:0 dropped:0 overruns:0 frame:0
TX packets:110 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6504 (6.3 KiB) TX bytes:6504 (6.3 KiB)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

to resolve this i only add alias net-pf-10 off on modules.conf and done?

tks
 
Old 10-12-2004, 01:46 PM   #22
RemusX2
Member
 
Registered: Oct 2003
Location: Bozeman, Montana
Distribution: Gentoo 2010, Ubuntu 9.04
Posts: 175

Rep: Reputation: 30
j.vilon -- did the change to the modules.conf help you out?

Make sure you reboot, as I had to before it would take effect.

Last edited by RemusX2; 10-12-2004 at 01:47 PM.
 
Old 10-12-2004, 07:03 PM   #23
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Original Poster
Rep: Reputation: 30
no the same
i add this line on modules.conf

alias net-pf-10 off

but what is the line? anyone tell me?
what is my problem?
tks for help guys
 
Old 10-13-2004, 01:26 AM   #24
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
From the report you do have IPv6 running. Remove the module via modconf and any references to it. This could be the problem.
 
Old 10-13-2004, 06:32 AM   #25
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Original Poster
Rep: Reputation: 30
ok.. tks.. i go try, but what is this module? the IPv6 ?
i dont " touch " anything to my net be slow.. VERY slow.. :|

tks
 
Old 10-14-2004, 04:18 AM   #26
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Original Poster
Rep: Reputation: 30
i dont have anything of ipv6
Look my modules.conf


Quote:
### This file is automatically generated by update-modules"
#
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in /etc/modutils and read
# the manpage for update-modules.
#
### update-modules: start processing /etc/modutils/0keep
# DO NOT MODIFY THIS FILE!
# This file is not marked as conffile to make sure if you upgrade modutils
# it will be restored in case some modifications have been made.
#
# The keep command is necessary to prevent insmod and friends from ignoring
# the builtin defaults of a path-statement is encountered. Until all other
# packages use the new `add path'-statement this keep-statement is essential
# to keep your system working
keep

### update-modules: end processing /etc/modutils/0keep

### update-modules: start processing /etc/modutils/actions
# Special actions that are needed for some modules

# The BTTV module does not load the tuner module automatically,
# so do that in here
post-install bttv insmod tuner
post-remove bttv rmmod tuner


### update-modules: end processing /etc/modutils/actions

### update-modules: start processing /etc/modutils/aliases
# Aliases to tell insmod/modprobe which modules to use

# Uncomment the network protocols you don't want loaded:
# alias net-pf-1 off # Unix
# alias net-pf-2 off # IPv4
# alias net-pf-3 off # Amateur Radio AX.25
# alias net-pf-4 off # IPX
# alias net-pf-5 off # DDP / appletalk
# alias net-pf-6 off # Amateur Radio NET/ROM
# alias net-pf-9 off # X.25
# alias net-pf-10 off # IPv6
# alias net-pf-11 off # ROSE / Amateur Radio X.25 PLP
# alias net-pf-19 off # Acorn Econet

alias char-major-10-175 agpgart
alias char-major-10-200 tun
alias char-major-81 bttv
alias char-major-108 ppp_generic
alias /dev/ppp ppp_generic
alias tty-ldisc-3 ppp_async
alias tty-ldisc-14 ppp_synctty
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate

# Crypto modules (see http://www.kerneli.org/)
alias loop-xfer-gen-0 loop_gen
alias loop-xfer-3 loop_fish2
alias loop-xfer-gen-10 loop_gen
alias cipher-2 des
alias cipher-3 fish2
alias cipher-4 blowfish
alias cipher-6 idea
alias cipher-7 serp6f
alias cipher-8 mars6
alias cipher-11 rc62
alias cipher-15 dfc2
alias cipher-16 rijndael
alias cipher-15 dfc2
alias cipher-16 rijndael
alias cipher-17 rc5

alias char-major-195 nvidia

### update-modules: end processing /etc/modutils/aliases

### update-modules: start processing /etc/modutils/alsa
### DEBCONF MAGIC
# This file was automatically generated by alsa-base's debconf stuff

alias char-major-116 snd
alias char-major-14 soundcore

options snd major=116 cards_limit=4

alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias /dev/dsp* snd-pcm-oss

alias snd-card-0 snd-emu10k1

alias snd-slot-0 snd-card-0
alias sound-slot-0 snd-slot-0

### update-modules: end processing /etc/modutils/alsa

### update-modules: start processing /etc/modutils/alsa-base
above snd-pcm snd-pcm-oss
above snd-mixer snd-mixer-oss
above snd-seq snd-seq-oss

### update-modules: end processing /etc/modutils/alsa-base

### update-modules: start processing /etc/modutils/i2c-2.4.25-1-686
alias char-major-89 i2c-dev

### update-modules: end processing /etc/modutils/i2c-2.4.25-1-686

### update-modules: start processing /etc/modutils/lirc
#This file is modified by lirc's maintainer scripts.
#Any 'options' line asociated with the selected hardware will be replaced.
#However 'add options' lines will be left alone, so you can use that for
#additional module parameters.
# ej:
# add options lirc_serial sense=0
options lirc_serial io= irq=


### update-modules: end processing /etc/modutils/lirc

### update-modules: start processing /etc/modutils/nvidia-kernel-nkc
alias char-major-195 nvidia

### update-modules: end processing /etc/modutils/nvidia-kernel-nkc

### update-modules: start processing /etc/modutils/paths
# This file contains a list of paths that modprobe should scan,
# beside the ones that are compiled into the modutils tools
# themselves.


### update-modules: end processing /etc/modutils/paths

### update-modules: start processing /etc/modutils/setserial

### update-modules: start processing /etc/modutils/setserial
#
# This is what I wanted to do, but logger is in /usr/bin, which isn't loaded
# when the module is first loaded into the kernel at boot time!
#
#post-install serial /etc/init.d/setserial start | logger -p daemon.info -t "setserial-module reload"
#pre-remove serial /etc/init.d/setserial stop | logger -p daemon.info -t "setserial-module uload"
#
alias /dev/tts serial
alias /dev/tts/0 serial
alias /dev/tts/1 serial
alias /dev/tts/2 serial
alias /dev/tts/3 serial
post-install serial /etc/init.d/setserial modload > /dev/null 2> /dev/null
pre-remove serial /etc/init.d/setserial modsave > /dev/null 2> /dev/null

### update-modules: end processing /etc/modutils/setserial

### update-modules: start processing /etc/modutils/arch/i386
alias parport_lowlevel parport_pc
alias char-major-10-144 nvram
alias binfmt-0064 binfmt_aout
alias char-major-10-135 rtc

### update-modules: end processing /etc/modutils/arch/i386


alias net-pf-10 off


and it's all.. i dont know what is the problem :| anyone know?

tks
 
Old 10-14-2004, 04:27 AM   #27
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Original Poster
Rep: Reputation: 30
i dont understand 1 thing.. on modconf
i have ipv6 active, and i cant remove it.. why?

look:
Quote:
Removing module ipv6...

FATAL: Module ipv6 is in use.

ipv6 was not removed.

Something went wrong. You might want to write down the error messages
before you continue. Please press ENTER when you are ready.

i disable my modem and all but it's continue the message..

any pls help me me?
 
Old 10-14-2004, 05:10 AM   #28
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
See my post under your thread on your digital camera. You are using sid. This is an advanced users os and definitely not for someone new to Linux or Debian. Debian can be very difficult for even experienced users without making things harder.
Basically the story you have above is that you have tried to remove a network protocol without turning the network off. i.e. the network is operational and using IPv6 and you are now instructing it to remove part of the operational components. Sorry cannot be done and it is telling you so.
 
Old 10-14-2004, 11:12 AM   #29
j.vilon
Member
 
Registered: Sep 2004
Posts: 168

Original Poster
Rep: Reputation: 30
hey.. but this nt resolv the problem..

anyone know what is the problem? why i cant remove the module?

tks guy's
 
Old 10-14-2004, 11:31 AM   #30
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
j.vilon I am normally a very patient person but you do not listen (or perhaps you just don't know enough or don't understand very well). I have never given this advice before but perhaps you would better advised to go to Mandrake or some easy distro or perhaps even to back M$ because I think you are way out of your depth.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow Internet Connection when Connecting to Internet on Browsers lennysokol Linux - Networking 8 04-09-2011 04:29 PM
Help! I'm SOOO mad! colinstu General 13 08-12-2005 12:37 AM
New Fedora Internet connection slow slow slow matrim Fedora 9 07-29-2005 01:39 PM
slow internet access. too slow!!! iamstinke Linux - Networking 2 01-01-2004 09:46 PM
Why is CL9.0 sooo slow???? bruno buys Conectiva 1 12-11-2003 10:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:56 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