OpenSUSE Network :: 11.4 (Module E1000e And VLAN) - System Hangs

Mar 16, 2011

The module e1000e is loaded into system. At addition VLAN the system hangs at a stop VLAN or configure other devices (sound, video). In OpenSuSe 11.3 it worked correctly.
MB: ASUS P5Q-ME DO / NetCard: Intel 82567LM-3

View 2 Replies


ADVERTISEMENT

OpenSUSE Network :: SuSE 11.4 - VLANs Cause X86-64 System Using E1000e Module To Hang On Boot?

Jun 10, 2011

Recently, I decided to migrate from SuSE 11.2 to 11.4. My 11.2 installation was working fine with two VLANs and several VMs. I went the route of installing 11.4 from scratch rather than upgrading 11.2.

The installation went smoothly. Afterwards, I ran Yast and changed eth0 to a bonding interface. Then I added two VLANs that used the bonding interface. When I restarted the computer, I saw the following on the console: "Waiting for mandatory devices vlan3005 __NSC__". Then after a 30 second countdown:

"vlan3005 no interface found". The solution to that problem was to add "ETHERDEVICE='eth0'" to /etc/sysconfig/network/ifcfg-eth0.3005". Upon restarting the computer, I could see that DHCP started this time but didn't get an IP address and continued in the background while the rest of the console messages scrolled by. At the point where X kicks in and I should have gotten a GUI login window, the screen goes dark. I cannot get to a console (CTRL-ALT-F1 or F2) or any other GUI login window (CTRL-ALT-F7 F8 or F9).

The computer was completely unresponsive. I could not ssh in to it from another host nor could I ping it. I let it sit for a few minutes but nothing ever appeared on the console. There were no blinking lights on the keyboard. I had to power the computer off. I turned off VLAN trunking on the switch port and the computer booted up fine, without network access, of course. I checked the logs but could find no clues as to what happened. I suspect a kernel problem. However, before I proceed further, I thought I would post my problem here and see if anyone has had a similar problem and perhaps a solution.

View 4 Replies View Related

OpenSUSE Network :: E1000e In 11.3 Driver Failure

Aug 6, 2010

I ran into a problem that seems to be related to: [URL] with an HP Desktop. The desktop has a Intel 82567LM-3 on board gigabit ethernet adapter which on a fresh install of 11.3 would not operate properly. The e1000e driver was properly detected however on loading, the ethernet interface was never initialized. My solution was to get the latest e1000e driver from intel.com: Network Adapter Driver for PCI-E Gigabit Network Connections under Linux*

[Code].....

View 3 Replies View Related

Ubuntu :: System Hangs Whenever Module Is Inserted Or Removed?

Jun 26, 2010

After the updates about a week ago I noticed my system was hanging (screen and mouse frozen, unable to switch desktops, trl+Alt+SysRq+B still reboots) frequently. Though sometimes the system would not hang but become extremely sluggish and unresponsive. I've been able to determine that the problems occur whenever a module is added or removed. I can cause this problem with such commands as:

sudo modprobe aes
sudo rmmod raid0

I've tried multiple kernels but the problem persists. I've run memtest on the system but no errors have been found. I wonder if this could be some other sort of hardware problem but I'm suspicious that this began after a set of updates. I've seen message such as this in the kern.log:

Code:

Jun 25 22:35:48 localhost kernel: [ 240.480059] INFO: task modprobe:2672 blocked for more than 120 seconds.
Jun 25 22:35:48 localhost kernel: [ 240.492925] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Jun 25 22:35:48 localhost kernel: [ 240.506918] modprobe D 00000000ffffffff 0 2672 2650 0x00000004

[code]....

I've tried using strace but that was not helpful. This is becoming a serious problem as I cannot load any encrypted volumes due to the inability to load the aes module. dpkg is currently in an interrupted state as the system hung when upgrading virtualbox-3.2 when it attempted to remove the modules. So my system is barely functional and I cannot see any way to fix things.

View 2 Replies View Related

OpenSUSE Network :: VLAN On 11 Then DHCP Query?

Apr 26, 2010

basing on the research and trial and error which am still on the trial stage with errors here's the scenario We have 5 VLAN's with and existing Windows DHCP Server, that serves 5 Scopes for the 5 VLAN's 192.168.100.x and 192.168.200.x IP Addressess evrything works well on our Windows DHCP server, what i want to do is replace our windows dhcp server with a linux box , with one NIC , ive read about VLAN on linux 802.xx something and VLAN Tagging am already confused on what to do.. what i want to ask you guys is an assistance implementation the vLAN on linux then the dhcpd.conf

View 9 Replies View Related

Fedora Networking :: Setup The Network Scripts To Create Two Network Interfaces For Vlan X And Y?

Apr 7, 2009

Using Fedora 10, can anyone tell me how to setup the network scripts to create two network interfaces for vlan x and y. Both interfaces should obtain an ip from dhcp and both interfaces should run over eth0.

View 2 Replies View Related

Red Hat :: Networking - Setup Network Scripts To Create Two Network Interfaces For Vlan X And Y

Apr 7, 2009

Can anyone tell me how to setup the network scripts to create two network interfaces for vlan x and y. Both interfaces should obtain an ip from dhcp and both interfaces should run over eth0.

View 4 Replies View Related

Networking :: Route Non-vlan Packet To A Vlan Interface

Apr 20, 2010

do you know if there is any possibility to route/force non-vlan packet to a vlan interface in Linux?

View 2 Replies View Related

CentOS 5 :: Http Installation With VLAN Network?

Sep 14, 2009

Somebody know anyway to install Centos with http install into a vlan network? I need to tag interface during ip-confgiration.

View 1 Replies View Related

OpenSUSE Install :: Suse 10.3 Assigning Wrong Drivers To Ethernet Ports (e1000, E1000e)?

Aug 23, 2010

I have loaded Suse 10.3 on a system that has 4 Ethernet ports, all Intel chipsets. 2 ports have the 82571 chipset, 1 port has the 82573 chipset and the last one has the 82567. The 82567 chipset can use the e1000 driver and the 8257x chipsets require the e1000e driver. We are only actually using the 82571 ports.

When the system is booted, the 82567 seems to get bound to the e1000 driver and the 82573 gets bound to the e1000e driver. Doing an "lsmod" I see both drivers loaded. It appears the 82571 drivers are getting bound to the e1000 driver which is a major problem. They work for a while but eventually they lock up with enormous error counts according to "ifconfig". How I know the e1000 driver is bound to the 82571 ports is that when I remove it(modprobe -r e1000) and then try to use one of them, I get a "network unreachable". When e1000 is loaded these ports seem to work fine. I tried modding the file in /etc/sysconfig/hardware that corresponds to the PCI address of these ports(i.e., hwcfg-bus-pci-0000:08:00.0) to force the module to e1000e, but no luck there either.

View 1 Replies View Related

Networking :: Layer 2 Switch - VLAN Router To Network

May 15, 2009

Our ISP provides us with Layer 2 hardware (Modem?/Switch? (Hatteras)) for our leased line and internet access. I have been told that I should set up a VLAN capable router to separate the internet traffic from the internal traffic. I found that linux is capable of VLAN routing. Nice!

I have setup opensuse 10.3 put in two NICs and did the following
vconfig add eth0 10
vconfig add eth0 20
ifconfig public.ip.add.ress netmask 255.255.255.252 eth0.10 up
ifconfig 192.168.0.1 netmask 255.255.255.0 eth0.20 up

Plugged this NIC into the HATTERAS hardware (with a straight cable), and thought that this way I should be able to ping the public gateway or any ip out on the internet. My ISP is telling me that I should create a VLAN trunk to be able to 'use the internet', but as I understand in linux if I create any number of VLANs on one NIC they are already trunked. I also got the info, that the traffic is tagged, and I can separate the traffic reading the tags. I already read that some NICs are not able to VLAN because they are not able to handle the increased packet size.

Also that the MTU setting is important (dono' the exact value though, only that its important). I thought that a linux machine can act as a router and firewall in such a case, because proprietary switches/routers use linux as embedded os. This is my first meeting with VLAN so if this whole post does not make any sense or you think that I just need to RTFM more then tell me! I also have some (3) Dlink 3226 Layer2 switches around, but I think it would be waste to use a 24 port switch on this subject.

View 12 Replies View Related

Fedora Networking :: Setting Up A Vlan Network And After Reading Several Man Pages?

Sep 8, 2010

I'm currently setting up a vlan network and after reading several man pages I still have 2 questions / problems:

1. I would want to put several subnets into one vlan.Meaning for example, I want to have the following Vlans with subnets:

vlan1 10.1.1.0/24
vlan2 10.1.2.0/24
vlan3 10.1.3.0/24
vlan3 10.1.4.0/24
vlan3 10.1.5.0/24

Is that possible?

EDIT: I found a sample configuration, sadly without any comments, where there are defined some interfaces named vlan1:0 trough vlan1:3. Could that be the option I've been looking for.However in the definition of the vlan1 device it is configured with the subnetmask 255.0.0.0 . I would like to know the mechanics of that option, too.

2. In the wlan part of the network I want to have a dhcp server distributing ip addresses. However I want hosts the server 'knows' (by mac address) to be in a different vlan than those unknown. Is there any way to achieve that? If yes, do I need special wlan access points or can I do it by my configurable switch or by the server?

View 2 Replies View Related

OpenSUSE Network :: Has The YaST Proxy Module Changed From 11.2 To 11.3

Sep 1, 2010

I'm currently running 11.2 and I configured Proxy settings in the YaST module. It seems that when I use a proxy I have problems updating. It can retrieve some files, but while getting others it fails. Furthermore, I can't establish a connection with the timeserver in the YaST -> NTP configuration module.

My question is if there have been changes from this version to 11.3 regarding the Proxy settings.

View 1 Replies View Related

OpenSUSE Network :: Firewall2 And Iptables String Module?

Oct 28, 2010

I am trying to setup a scenario where I am able to control the access to certain html files. I'd like forbid access to the URL: url

my iptables rule in "SuSEfirewall2-custom" looks like:

iptables -I INPUT -j DROP -p tcp -m string --string ".*test.*" -algo bm
--dport $port

As a result, I get:
#> rcSuSEfirewall2 start
Starting Firewall Initialization (phase 2 of 2) Bad argument `--string'

(same for "-string")

View 5 Replies View Related

OpenSUSE :: Mc Hangs Temporarily When Network Is Down?

Mar 3, 2011

Midnight Commander startup is usually instantaneous, but when the network (eth0) is down, mct takes over a minute to start.This is a known problem. See:#40 (savannah: MC doesn't open if network gateway inaccessible.) (07 Jan 2007)for example. The problem seems to be caused by mc's use of samba. Is there a known solution or circumvention? The above file advises me to "comment out the eth0 interface from the smb.conf "; however, my /etc/samba/smb.conf seems to have no eth0 interface.The "man mc" file mentions that "smbfs" is one of the virtual file systems used internally by mc. I tried reducing the "vfs" timeout in the ".mc/ini" file from 60 to 5, but this had no effect on the startup time.

View 5 Replies View Related

OpenSUSE Network :: CISCO Vpnclient - Invalid Module Format

Sep 7, 2010

I am trying to compile the Cisco vpnclient on my Opensuse 11.2 and (after some troubles) I got the module compiled and installed but when I try to load with insmod I got this error

<</etc/init.d/vpnclient_init start
Starting /opt/cisco-vpnclient/bin/vpnclient: insmod: error inserting '/lib/modules/2.6.31.12-0.2-default/CiscoVPN/cisco_ipsec.ko': -1 Invalid module format
Failed (insmod)>>

I am able to use the vpnclient forcing the module with modprobe -f cisco_ipsec but I'd prefer to solve the 'invalid format' original problem. I 'googled' around and it seems related with this warning during vpn_install script "WARNING: Symbol version dump /usr/src/linux-2.6.31.12-0.2/Module.symvers is missing; modules will have no dependencies and modversions." I have these rmps:........

View 2 Replies View Related

OpenSUSE Network :: WebYast Updates Module - Mesages Say Wait ?

Mar 28, 2011

I recently installed OpenSuSE 11.4 including WebYast base system with all available modules. Status shows everything works fine. But the update module has some problems. It displays 21 updates, three of them security and 18 important. By clicking on any of the install buttons the mesages say please wait and then updating while the update time depends on the size of the file. It finishes and goes back to the list of updates without any error message. But after that never shows up any changes or messages that the update has actually installed. Since about ten days the list always remains the same.

View 5 Replies View Related

OpenSUSE Wireless :: Ath9k Module Loaded But Can't Connect To 802.11n Network?

Jul 24, 2010

I have an Acer 1551-4755 notebook with AR5B93 wireless chipset. ath9k is loaded and my card is detected as Atheros AR928X PCI-Express wireless network adapter. However, the ath9k driver is only allowing me to connect at 802.11g speed in spite of the fact that my WRT310N loaded with DD-WRT is in mixed mode. I am able to connect at wireless N speed with my D-Link DWA-130 usb dongle, but this is a rather backward solution. Is there a way to work around this issue, ie an updated ath9k or other madwifi driver? I would hate to resort to ndiswrapper for a natively supported chipset. I am using openSuSE 11.3 for the first time, long time Fedora user.

View 1 Replies View Related

OpenSUSE :: System Momentarily Hangs For A Few Seconds?

Nov 23, 2010

I had a problem where my system momentarily hanged for a few seconds. Sometimes when opened a window like Dolphin or when I made a window full screen, sometimes when clicking on the screen while watching a DVD or sometimes when I clicked on a button it just froze for a few seconds and responded.

I have fixed the problem by disabling "Processor Power Managament" in the Bios.

this happenend on my desktop computer. See specs in my signature

View 2 Replies View Related

OpenSUSE :: System Hangs Because Of X Server Crash

Mar 31, 2011

About once a day, my system seems to hang (mouse can't be moved, no keyboard input possible, screen stays unchanged)

After a restart I can find an error in /var/log/kdm.log:

Code:
X.Org X Server 1.9.3
Release Date: 2010-12-13
X Protocol Version 11, Revision 0
Build Operating System: openSUSE SUSE LINUX

[Code].....

View 5 Replies View Related

OpenSUSE Install :: Nfs Client Hangs System?

Aug 25, 2010

nfs client hangs system for 3 to 5 minutes during boot, Does any one have any clues?

The last message before the hang is 'Starting NFS client services: sm-notify idmapd'.

My fstab looks like this:/dev/system/swap swap swap defaults 0 0
/dev/system2/swap swap swap defaults 0 0
/dev/system2/root / ext4 acl,user_xattr 1 1

[Code]....

View 2 Replies View Related

OpenSUSE Network :: 11.3 And Openvpn Connection Hangs

Aug 6, 2010

I have freshly installed OpenSUSE 11.3 64 bit and reimported my old openvpn connections via Network Manager. Connection can be established fine, but after 3 to 6 seconds (pings) it will stop to receive any packets on the tun device.

I tried disabling the firewall, starting openvpn manually, no avail. I checked the message log and the openvpn output, no messages recorded.

View 1 Replies View Related

OpenSUSE Network :: KDE Hangs When Peer On Nfs Is Offline?

May 27, 2011

I have a couple of nfs shares which I configured through the yast NFS client module. It entered these in my fstab file to start on bootup. A sample entry is:

10.2.1.30:/home/opt/Cindy/homenfsdefaults 0 0

As long as the foreign computer is online all is well. If the foreign computer is taken off line, soon after KDE applications such as Dolphin and the panel freeze, even if I am not using the shares. When the foreign computer comes online again, everything unfreezes on my computer and works fine. Likewise, if the other computer is not online when I boot, there is a long delay while the system waits for the share to come up. Is there something in my configuration that I can change to stop either or both of these problems? I am running 11.4 x86_64 on a wired network with static ip addresses.

View 9 Replies View Related

OpenSUSE Install :: System Boots But Hangs At Desktop

Jul 18, 2010

I upgraded OpenSUSE 11.2 to 11.3 today using Zyyper on my laptop. Everything went fine with no errors whatsoever. At the end, a message was displayed at the terminal asking me if I want to see the notifications. I pressed "Y" and the system hanged there and then. I had to do a hard reboot. After reboot the system booted fine but hanged at the desktop with no response from the keyboard, mouse, touchpad, etc. The situation's same after many reboots. System boots fine but hangs at the desktop. Screen resolution changed to 800x600.Only power button works! I use it to log off and then do a reboot.

View 9 Replies View Related

OpenSUSE Network :: SSH Client Hangs After Typing Password

Jan 5, 2011

After connecting to any host, the openssh client hangs after I type the password. The strange part is, it only hangs if when I use the wlan card. If I connect my phone to the computer and uses it to connect to my server, it works 100%.

If I use any other computer at the wireless network, it works 100%
If I use putty on the same machine, it works 100%

It is only a problem when I use the build-in wireless card, under openSuSE 11.3, on my Lenovo L512. (note that everything besides ssh works completely).

View 4 Replies View Related

OpenSUSE Install :: Updated To New Kernel Now System Hangs At Boot?

Feb 5, 2010

I have updated to the new kernel that was available from 11.2 and now I cant use my system.

It boots up into kde 4.3.5 and then right when its just finishing it freezes everytime and I hear that last tone of the bootup sound ring continually until I force a shutdown. Anyone else have this issue with the update?

View 9 Replies View Related

OpenSUSE Install :: Upgraded To 11.3, System Hangs Every 10 Seconds For Half A Second?

Jul 20, 2010

I upgraded from 11.2 to 11.3 and found that there was no 3d support with the "nouveau" driver for the nvidia card. Then I linked in the nvidia repo and installed the nvidia driver. After that I noticed I had 3d support but things were a bit choppy, regardless of compositing or other tasks running. It appears that every 10 seconds the CPU load shoots up (on all 4 cores) and during about half a second all other activity is postponed, including mouse clicks, window moves, animations etc. Using the system monitor watching the CPU load, I see a train of load peaks traveling from right to left, 10 second intervals. Also done a graph on "paged in pages", same pattern, peaks on 6500/s. 11.2 Never exhibited this kind of behavior. Since I haven't found any similar postings I thought that some leftover of 11.2 may be the cause of this and since I am not an expert I would welcome any suggestions on how to tackle this.ystem: quad core Q6600, 3Gb mem, GEforce 8600GT, etcFwiw the load peaks are doubled, meaning peaks at 0, 3, 10, 13, 20, 23 etc seconds

View 9 Replies View Related

OpenSUSE :: Pop-up For Network Manager Hangs / Will Not Go Away Covering Part Of Screen

Jul 20, 2010

I am having an issue that the pop-up for Network Manager hangs and will not go away covering part of my screen. This started after the system locked-up. If I try to edit the pop-up setting in gnome it the dialog box lockup and has to be forced shutdown.I am runnning openSUSE 11.3.

View 4 Replies View Related

OpenSUSE Network :: Unmount Of CIFS Hangs Or Restart Or Shutdown

Dec 30, 2009

I have a SMB share being mounted during boot using a /etc/fstab entry.All that seems to work fine, but on shutdown or reboot I found that the system hangs for a variable period trying to unmount the share. It appears from the log that the unmount is happening after the network connections are closed.Is there someway around this, or is there some other way I should be mounting the share so that it is closes successfully at restart or shutdown?

View 1 Replies View Related

OpenSUSE Network :: 11.3 NFS Client Hangs On Large File Transfer?

Jan 2, 2011

When accessing an NFS mount for a large (200MB+) file transfer, the transfer starts rapidly, then becomes slower and slower until it hangs. On several occasions, it has frozen the client machine. Both client and server are set to default to nfs version 3. Slowdown and hang also occur when connecting to FreeBSD NFS mounts.

Presumably (I hope), there is some sort of configuration for the client that needs to be set. what should be changed in the configuration? This worked out of the box in OpenSUSE 11.0.

View 9 Replies View Related







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