Displaying 20 results from an estimated 90 matches similar to: "New USB ethernet adapter"
2011 Oct 08
1
CentOS 5.7 Ethernet bonding - order of enslavement matters?
Setting up bonding in active-backup mode 1 (using ARP monitoring)
on a server, it looked OK, but pulling the active link cable
didn't actually work, it didn't fail over.
Eventually with manual playing around with modprobe, ifconfig,
ifenslave, etc., a solution was stumbled upon: enslave the eth1
device before eth0, and all is good.
Why this should matter is a puzzle - I could not find
2012 Feb 09
2
Startech USB21000S
Hi All,
Just wondering if anyone has had the occasion to use one of these for
usb networking with Centos 6.2. Did it work out of the box? Any
recommendations? It uses the ax88178 chipset and is a gigabit usb
network adaptor.
Thanks a bunch, in advance for your time.
Phil
2014 Apr 05
1
USB 3.0 NIC / Sitecom NL-031
Hi, I have a Sitecom NL-031 USB 3.0 NIC which I'd like to use under
centos 6.5, but unfortunately I see no support. Or, I am doing something
wrong.
According to LKDDb (Linux Kernel Driver DataBase), the correct driver is
"CONFIG_USB_NET_AX8817X: ASIX AX88xxx Based USB 2.0 Ethernet Adapters"
but obviously, I've grabbed a non matching "iProduct", because mine is
2013 Oct 22
5
Arndale: domU not booting
Dear all,
I followed the steps described in the wiki in order to get an Arnadle
board running Xen, but I''m having trouble in starting a domU. Let me
describe you the steps I followed. Sorry for such a long mail, but I
think that a verbose description is necessary so you can point me what
I''m doing wrong.
I couldn''t boot properly over the network. This is why I
2014 Mar 18
2
USB to Ethernet problem
Hello All,
?I installed Centos 6.5 64 bit on a Dell Vostro 1550 laptop with i3 core. The kernel installed was 2.6.32-431.el6.x86_64. I was not able to compile kernel modules, even after installing the kernel headers, kernel source rpms.
?So I downloaded the kernel linux-3.10.31.tar.xz, extracted it, and did the following:
make defconfig
change CONFIG_USB_USBNET=y, in the .config.
make
? ASIX
2006 Feb 06
1
[Bug 442] New: skb->data_len corrupted in NF_IP_LOCAL_OUT in mangle table
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=442
Summary: skb->data_len corrupted in NF_IP_LOCAL_OUT in mangle
table
Product: netfilter/iptables
Version: linux-2.6.x
Platform: i386
OS/Version: Debian GNU/Linux
Status: NEW
Severity: major
Priority: P2
Component: ip_tables
2007 Oct 19
1
[asterisk-biz] DIDX Receives Digium Innovation Award
All of the emails I get from the list have the correct time with the
exception of the typical list slowness.
All of your emails (and only your emails and spam) are approximately 11
or twelve hours in the future. The email I am responding to has the
correct day but the time reads 11:13 PM.
I am using Thunderbird 2.0.0.5. If using Outlook, I think the time is
correct.
Thanks,
Steve
Rehan
2006 Feb 07
4
[Bug 442] skb->data_len corrupted in NF_IP_LOCAL_OUT in mangle table
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=442
------- Additional Comments From tpaskett@cymphonix.com 2006-02-07 23:19 MET -------
(In reply to comment #0)
> I have confirmed this does not happen in 2.6.13.5 and below and starts to happen
> in 2.6.14 all the way to 2.6.15.2 If you have a REDIRECT rule for squid like this:
>
> iptables -t nat -A PREROUTING -p tcp
2012 Jan 05
2
Serial port driver on CentOS 6
I installed CentOS 6 on a Dell Optiplex 790 with a StarTech.com dual serial
port card, and the serial ports aren't being recognized. According to dmesg,
only the built-in serial port is being recognized:
# dmesg | fgrep ttyS
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
And lspci -v doesn't show that any drivers are loaded for it:
2005 Dec 08
2
Fw: NUT hidups dont working on new linux kernels
I am forwarding the below message. Does anybody on this list know
anything about this problem?
Petr - perhaps you should switch from the "hidups" to the "newhidups"
driver. I believe it supported the APC Back UPS even in NUT 2.0.2, and
it certainly does so in the Development version that you can get from
CVS (see the NUT download page).
Also, could you post the output of
2010 Jul 10
1
contourplot by year
Hi - I have a dataframe with 4 variables - long, lat, temp and year. I would
like to plot temperature by lat and long in contour plots by year. There
are 391 data points. When I try
contourplot(temp~long*lat|year,data=hake,cuts=10,labels = TRUE,contour =
TRUE,pretty = TRUE,region=TRUE)
I get plots with dots around by data, but not contour lines or filled in
regions.
I have also used the
2008 Oct 08
0
Trouble with word-wrapping and other Tinn-R options
I'm running R 2.7.1 with Tinn-R 2.0.0.7 and Windows XP Professional. I
have write privileges to the folders containing my R installation, my
Tinn-R installation, and my Tinn-R initialization settings. I installed R
first, followed by Tinn-R. I have modified my RProfile.site file (in
Tinn-R, R>Configure>Permanent).
My previous installations of Tinn-R and R worked fine, but on a
2007 Jul 25
2
Thunderbird body search and multiple imap process
Hi,
I'm having an issue with dovecot and Thunderbird and it is reproducible
all the time.
You do many body search from TB and you end up with multiple imap processess
consuming all the CPU and with linux load 20+
Setup:
- Centos 4.5
- Thunderbird 2.0.0.5
- Dovecot 1.0-7_53.rc29 and 1.0.1-1_58.el4
How to reproduce:
- have an imap account in Thunderbird with 12000+ emails
- user maildir in
2005 May 25
1
Plot: Distance between tick and tick label on y-axis
Hello,
I want to reduce the distance between my ticks and their labels. I managed
to do it for the x-axis, but the y-axis puzzles me. Here's an example where
there is no space between the x-asix ticks and labels.
par(las=1)
plot(runif(50), type="l",xaxt="n",yaxt="n",ylab="", bty="l")
axis(2)
axis(1,padj=-1.5)
#However,
axis(2,padj=-1.5)
2012 May 09
1
white lines in barplot
Dear R-helpers,
I would like to draw white lines in my barplots to improve the
visualization.
I include an example:
barplot(sample(1:100,15),width=0.59,horiz=T,col="steelblue",border="NA",axes=F,ylim=c(0,10),xlim=c(0,100))
abline(v = seq(10, zehnind, by = 10), col = "white")
axis(1,at=ticks,las=1,labels=paste(ticks,"%",sep=""))
my problem is,
2013 Oct 29
1
c6.4: D-Link USB network device (2001:1a02) not work.
Hi, I have plug in this USB network device:
> Bus 001 Device 002: ID 2001:1a02 D-Link Corp.
> T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=01 Dev#= 2 Spd=480 MxCh= 0
> D: Ver= 2.00 Cls=ff(vend.) Sub=ff Prot=00 MxPS=64 #Cfgs= 1
> P: Vendor=2001 ProdID=1a02 Rev= 0.01
> S: Manufacturer=D-Link
> S: Product=DUB-E100
> S: SerialNumber=E5ECEB
> C:* #Ifs= 1 Cfg#= 1
2005 Aug 02
5
Re: SYSLINUX Digest, Vol 29, Issue 2
Sure, I don't mind testing it out on there for you, but, where do I
find the pre releases to try then?
At least we know it's between 2.13 and 3.00. That narrows it a bit I
would think. Mind you, if it jumps up a major revision number, I
guess that means a lot of changes went in.
On 8/2/05, syslinux-request at zytor.com <syslinux-request at zytor.com> wrote:
> Send SYSLINUX
2012 Apr 21
7
[Bug 782] New: -j LOG --log-prefix handling broken
http://bugzilla.netfilter.org/show_bug.cgi?id=782
Summary: -j LOG --log-prefix handling broken
Product: iptables
Version: CVS (please indicate timestamp)
Platform: x86_64
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: iptables-restore
AssignedTo: netfilter-buglog at
2003 Aug 21
3
un-stable to build a stable machine
i trust i am still new in freebsd, after go through all mail and book, =
now seem to be more close, i got 3 server and a notebook to play with, =
install no problem. cvsup not problem.make buildworld not problem. make =
build kernel become,every machine i got different error code 1,=20
1-one got system full=20
2-one showing this sometime=20
>
anyone know the best way to be one time success,not
2008 Oct 30
27
[Bug 18300] New: NV11 Locks Up On Xorg Initialization
http://bugs.freedesktop.org/show_bug.cgi?id=18300
Summary: NV11 Locks Up On Xorg Initialization
Product: xorg
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: