Slackware :: Iptraf In Current No Eth0 Displayed - Link To Patch?

Jan 12, 2011

In Slackware current there's a problem where iptraf does not show eth0. Here's a link to the bug report and patch.

[URL]

[URL]

I've had this show on 2 different current PCs. Kernels 2.6.35.10 and 2.6.35.7. This is with an Atheros AR8121/AR8113/AR8114, and Realtek RTL8111/8168B.

View 6 Replies


ADVERTISEMENT

Slackware :: Patch To Script 'init' Which In Mkinitrd-1.4.6-i486-5 -current

Mar 15, 2011

Make the code work when RESUMEDEV is a symbolic link which has a relative path.

[Code]....

View 9 Replies View Related

Slackware :: Eth0 No Longer Recognized After Upgrade And ASUS Mobo Replace In -current

Jan 27, 2010

My office has a box which is, by necessity, dual-boot WinXP/Slack. The Slackware I'm running there is -current, all great and fine. Until now... It turned out that my mobo, an ASUS P5KPL-CM, died after a power surge. Since the XP needs software activation, we replaced it for an exact copy of the mobo. After the change the box worked fine in XP, and I was able to connect to the network via the Ethernet interface. BTW, the Slackware version is Slackware-current, updated as of the Jan 9 update (after that I was no longer able to connect to the Net with Slack). However, in Slackware there was a problem: eth0 was no longer recognized. Using /sbin/ifconfig only listed the lo (loopback) interface. The lspci output is:

Code:

01:00.0 Ethernet controller: Attansic Technology Corp. Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller (rev b0)
Subsystem: ASUSTeK Computer Inc. P5KPL-CM Motherboard
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-

[code]....

View 5 Replies View Related

Slackware :: Iptraf-ng Cannot Create Config File

Mar 12, 2011

iptraf-ng is missing /var/lib/iptraf . Without this directory you cannot change the options.

View 1 Replies View Related

Programming :: Interface "eth0" Which Is Down - Wasn't Displayed But Loopback Interface Has Been Displayed

Jan 6, 2011

The following are the output of command "ifconfig -a":

[Code]....

The interface "eth0", which is down, was not displayed, but loopback interface has been displayed. So, how can I make my application display all interfaces, including the interfaces which are down, but excluding the loopback interface?

View 4 Replies View Related

Slackware :: Compile 2.6.37 Kernel Patched With The Autogroup Patch On A Slackware 13.1 System?

Jan 13, 2011

it's possible to compile the 2.6.37 kernel patched with the autogroup patch on a Slackware 13.1 system running 2.6.33.4-smp with 2.6.33.4 headers? I just compiled and installed the 2.6.37-autogroup kernel from AUR on my ARCH setup and I like it especially when using firefox with lots of tabs open and other background apps also running. I did notice a speed and smothness difference in my ARCH testing setup with this kernel patch and I can get same results in 13.1??

View 1 Replies View Related

Fedora :: F11 Hangs At 'r8169 Eth0 Link Up'?

Oct 4, 2009

I had no issue with F11 until yesterday. After I installed the security updates and rebooted F11, a message showed there forever " r8169 eth0 link up" and nothing happened

View 1 Replies View Related

Debian Configuration :: Eth0 Link Down On 6.0.2 When VoIP Phone Is Used?

Jul 20, 2011

I recently set up a Debian-based gateway+router on a remote site. I've installed OpenVPN and made a VPN bridge to another network (that server is also Debian). The main network has all the resources and also a VoIP server (asterisk). Bridge seems to work fine, except that every time a Linksys phone is used to call - after a few seconds I get:

Jul 20 12:16:05 sklad kernel: [403987.817695] eth0: link down
Jul 20 12:16:05 sklad kernel: [403987.817939] br0: port 1(eth0) entering disabled state
Jul 20 12:16:07 sklad kernel: [403990.113701] eth0: link up, 100Mbps, full-duplex, lpa 0x4DE1

[Code]....

So whenever the phone is used, network falls down for a few seconds. And of course this breaks the call. There is also another Linksys box (analog-to-voip) and it works fine most of the time. However sometimes this "eth0 link down" happens too. There is nothing more in syslog to analyze, so I don't know where to dig. Physical device of eth0 is D-link DFE520.

View 2 Replies View Related

Ubuntu Networking :: ADDRCONF(NETDEV_UP): Eth0: Link Is Not Ready

Apr 22, 2010

My installation has stopped detecting my wired network. Another computer connects fine with the same cable to the same access point. As far as I can tell it is simply behaving as if there was no network available from that cable but obviously there is. It was working a couple of hours ago, and I didn't install or uninstall anything, just shut down and booted up again.

LAN is enabled in the BIOS ifconfig does display eth0 ifup eth0 returns "Ignoring unknown interface eth0=eth0" in the output from dmesg:

"ADDRCONF(NETDEV_UP): eth0: link is not ready"

network appears in lshw and is not listed as disabled

View 9 Replies View Related

Ubuntu :: How To Current A Symbolic Link To 'pwd'

Mar 17, 2011

How to use `pwd' to create a symbolic link?$ ln -s `pwd' {link}assuming `pwd' itself will expand to the current path.

View 3 Replies View Related

Ubuntu Servers :: Eth0 Nic Copper Link Is Down Dell R210 Poweredge?

Aug 1, 2010

i have a server dell poweredge r210 i got this message. [78:384501] bnx2: eth0 NIC Copper Link is Down.

administrador@ubuntu:~$ ifconfig
eth0 Link encap:Ethernet HWaddr b8:ac:6f:86:2b:aa
inet addr:192.168.1.107 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::baac:6fff:fe86:2baa/64 Scope:Link

[code]....

View 2 Replies View Related

Ubuntu Networking :: Ipv6 Link-local Address Not Configured On Eth0 (server)

Feb 18, 2010

I added an init script numbered just before bind9 starts, which needs to see the ipv6 link-local address on eth0. Sometimes this address is not configured, yet. In all cases it eventually is configured.

I am unable to find any script that is configuring the ipv6 link-local address (which is in part based on the MAC address). Does anyone know if there is some script or program that is supposed to be doing this, or is it an internal kernel function?

One workaround I am considering is making this init script go into a loop around sleep 1 to keep checking for the ipv6 address. But I'm concerned this might cause some problems. Any suggestions? I don't want to let it move on to start bind9 until the configuration this script does (more ipv6 addresses) is done.

This is on Ubuntu 9.10 server (for which there is not a prefix choice).

View 6 Replies View Related

Slackware :: Run XaoS - Window Isn't Displayed

May 3, 2011

I'm atomix600. I'm a Slackware user and i'm a new user on this forum. I have a problem with XaoS on Slackware 13.37 When i run XaoS, window isn't displayed. If i launch it from a console, the output is: "Illegal instruction". I solved this problem with a rebuild of package with the Pat's SlackBuild without any modification.

[Code]....

View 3 Replies View Related

Slackware :: Mousepad Patch Available For Find Button?

May 19, 2010

Mousepad in xfce seems to have a problem when compiled with the latest libraries. In Slackware Current (13.1 RC1?) the "Find" button stays disabled the SECOND time you try to do a "find". Because of this, you can only do one "find" without closing Mousepad and opening it again.I found a bug report for this problem in a forumr a different distribution:[URL]I have applied this patch to the current xfce source code on my local machine and it seemed to solve the problem.It would be nice if this patch could make its way into the 13.1 release.

View 4 Replies View Related

Ubuntu :: Displayed A Pop-up Window Saying That Autioaudiosink Element Is Missing And The Terminal Displayed?

Jan 12, 2010

i'm not able to play music at all. videos videos seem to crash my browser and using either rhythmbox or banshee they crash too.i ran rhythmbox by typing sudo rhythmbox and tried to play a file and it displayed a pop-up window saying that my autioaudiosink element is missing and the terminal displayed this:

code: (rhythmbox:8415): rhythmbox-warning **: unable to grab media player keys: could not get owner of name 'org.gnome.settingsdaemon': no such name
warning: unhandled message: interface=org.freedesktop.dbus.introspectable, path=/, member=introspect

[code]....

View 1 Replies View Related

Slackware :: Lost Wireless Keybord And Mouse Upgrading Slackware Current

Oct 24, 2010

Lost my wireless keyboard and mouse upgrading slackware current.Boot seems to be normal.I just can't login, cause have no keyboard.

View 2 Replies View Related

Server :: Parse The Bunch Of Values Displayed By The Socket Program Into The Php File So That Further It Can Be Displayed In HTML Page?

Apr 15, 2011

How to parse the bunch of values displayed by the socket program into the php file so that further it can be displayed in HTML page

View 1 Replies View Related

Slackware :: Alfa Awus036h Slackware Current Dhcpcd Won't Connect

Feb 5, 2011

slackware-current kernel 2.6.35.10-smp for instance if i just want to connect to wep ap. i done

[code]...

it says waiting for carrier and it just time out, im wondering why i read somwhere that its not working good with slackware 13.1

View 9 Replies View Related

Slackware :: Image / Icon Trouble After Slackware-current Upgrade

Jan 22, 2010

I recently upgraded to slackware-current from Slackware 13 via slackroll, and have only encountered one problem. My file manager no longer thumbnails images, and icons (mostly PNG) aren't appearing no matter what GTK theme is set. Running from the command line produces no errors, and when brought up in something else (say feh /path/to/icon.png) it works perfectly. This is the only hitch I have encountered so far. The same thing happens with emoticons in Pidgin. Does anyone know of a fix?

View 5 Replies View Related

Slackware :: Slackware Current Installpkg Line 59 Rev Command Not Found

Feb 28, 2011

First time I've done this in awhile Upgrading my Slackware64 -current VM, following the standard routine that has always worked in the past -

Code:

slackpkg clean-system
slackpkg install-new
The clean-system removed 2 packages -
util-linux-ng
eggdbus

Installpkg will no longer work, complaining that the rev command is not found. The problem hit with the removal of util-linux-ng. I cp'd util-linux to ~/. Extracted with tar and executed the doinstall. Fixed.

View 4 Replies View Related

Slackware :: Performance Tweak /Kernel Patch Running Anyone?

Nov 19, 2010

[URL]... Anyone got this going on slackware? I've a single cpu and twincore here and the videos of the original patch were impressive. I tried it and I don't have /sys/fs/cgroup anything. So I added the cgroup scheduler in 2.6.35, but no dice. Do I have to go to git or 2.6.37??

View 2 Replies View Related

Slackware :: Recent Openssl Patch Broke Encfs?

Mar 8, 2010

I started up my machine this morning and entered my password to encfs as I do each day and was greeted with a message telling me my password was incorrect. I tried several times, checked caps lock but no joy.

The message (which I didn't copy and paste unfortunately) mentioned ssl and I remembered that openssl was one of the security patches I applied at the weekend. So I removepkg'd the two openssl packages (v0.9.8m) and then installpkg'd the original ones that came with slackware 13.0 (v0.9.8k).

View 4 Replies View Related

Ubuntu Servers :: 10.10 - Setup Eth0 With Subdevice Eth0.0 And Eth0.99 To Come Up At Boot

Apr 22, 2011

im trying to setup eth0 with subdevice eth0.0 and eth0.99 to come up at boot

eth0 is dhcp clint
eth0:0 is static ip
eth0.99 is 802.1q vlan interface
/etc/network/interfaces
Code:
auto lo
[Code]....

View 1 Replies View Related

Slackware :: Slackware Current 64 Bit Wine Sound - Error: Alsa:ALSA_CheckSetVolume Could Not Find '{PCM,Line} Playback Volume' Element

Mar 22, 2011

after update to slackware current 4 days ago i cant get sound working in wine in starcraf 2 i mean i got sound in instalation but not in game and i get error when i wanna configure sound in winecfg

err:alsa:ALSA_CheckSetVolume Could not find '{PCM,Line} Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find '{PCM,Line} Playback Volume' element
err:alsa:wine_snd_pcm_recover underrun occurred
err:alsa:wine_snd_pcm_recover underrun occurred

in game i dont got that error but sound dont work btw my sound card is asus xonar essence stx

View 2 Replies View Related

Slackware :: Can't Boot Updated Kernel Slackware Current

Jan 5, 2010

I updated my kernel in slackware current but can't install lilo, when i was with my old kernel it gave an error about not finding the sda drives (they were named hda before the upgrade).I booted into the slackware 13.0 dvd and modified fstab and lilo.conf replacing hda with sda but lilo still gives an error of not finding sda drives.How can i install lilo so i can boot into my sistem??

View 14 Replies View Related

Slackware :: Graphics Not Loading After Upgrading To Slackware-Current

Feb 26, 2011

I've upgraded Slackware-13.1 I had installed to Slackware-Current using a local tree I had download with mirror-slackware-current.sh script, but when I rebooted I could not get the graphics to load. I think it's because I've also modified /etc/groups and add an username after audio: and video: group, but I forgot that and had to remove slackware from the machine.

View 4 Replies View Related

Slackware :: How Should Proprietary ATI Driver Be Installed On Slackware Current 64-bit?

May 15, 2010

I've tried a few different ways to install the ATI graphics driver "fglrx" to get 3D acceleration.If I try to install using the standard file "ati-driver-installer-10-4-x86.x86_64.run" from the ATI web site it appears to work but then I discover it actually got an error.I saw a reference to ATI requiring 32-bit libraries to install their 64-bit driver. Is there a link or post that explains how to add the 32-bit libraries. Will that solve the problem, or will I just waste more time trying that?

View 6 Replies View Related

Slackware :: Unable To Excludes.txt And Mirror-slackware-current.sh

Feb 1, 2011

I use Alien Bob's mirror-slackware-current.sh with an excludes.txt to only download the parts of current that I want. Unfortunately it is not working for part of the exclude.txt file and I am at a loss to know why.

The excludes.txt is

Quote:

slackware64/e
slackware64/f
slackware64/kdei/kde-l10n-ar-4.5.5-noarch-3.txt
slackware64/kdei/kde-l10n-ar-4.5.5-noarch-3.txz

[code]...

This ignores e/ f/ y/ testing/ pasture/ source/ and usb-and-pxe-installers/ It also ignores most of kdei/ and /extra It is meant to ignore most of extra/source and just download the source for flash-player-plugin, but it is ignoring all of extra/source/, however the same syntax is working for kdei/ and extra/.

View 2 Replies View Related

Slackware :: Slackware Current Freezes At Splash Screen / Fix It?

Mar 16, 2011

I have been using slackware since version 10.1 and really like it. I have never had a problem until lately, version 13.1 has been stable as a rock for me. The first 2 or 3 updates to current ran well but then the problem started. After installation Slackware would get to the splash screen and bring up the first picture of a disk drive then just hang and never go any further. I do have a good burn on the dvd, have checked the md5 and burned at 4x. then slack 13.37 does the same thing. this is on 4 different computers with several different video boards.

View 8 Replies View Related

General :: Apply Kernel Patch - Couldn't Find File To Patch

Apr 8, 2011

I just want to upgrade my Slackware 13.1 kernel (2.6.33.4) to the latest stable kernel from kernel.org (2.6.38.2). I have never done anything like this and I am a Linux newbie, so I would appreciate a "Kernel Patching for Dummies" version if possible. I did do a search on this forum and most of what I read was over my head. I found an FAQ on kernelnewbies.org on "How To Apply A Patch" but when I attempted what they suggested, it said it couldn't find the file to patch at line 5 and asked me which file to patch. So I CTRL-Z'd out of there and came here. Here's what I tried:

[code]...

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved