From 21fd6abda44db2d8282a3c936c4db0f0c1c7c927 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 4 Sep 2012 06:38:07 +0000 Subject: tokenring support has been removed from kernel-3.5 --- lib/network/connection/ethernet.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/network/connection') diff --git a/lib/network/connection/ethernet.pm b/lib/network/connection/ethernet.pm index c2f9718..f33f7f1 100644 --- a/lib/network/connection/ethernet.pm +++ b/lib/network/connection/ethernet.pm @@ -16,7 +16,7 @@ sub get_devices() { #require list_modules; #- FIXME: try to use list_modules::ethernet_categories() (but remove wireless stuff) require detect_devices; - my @devices = detect_devices::probe_category('network/main|gigabit|pcmcia|tokenring|usb|firewire'); + my @devices = detect_devices::probe_category('network/main|gigabit|pcmcia|usb|firewire'); my @lan = grep { detect_devices::is_lan_interface($_) && !detect_devices::is_wireless_interface($_) } detect_devices::get_all_net_devices(); @devices, get_unlisted_devices(\@lan, \@devices); } -- cgit v1.2.1