USB Lan Adapter

poma pomidorabelisima at gmail.com
Tue Jul 16 06:45:03 UTC 2013


On 16.07.2013 02:39, Ranjan Maitra wrote:
> Hello,
> 
> My Dell XPS 13 is one of those without an ethernet outlet (for want of
> a better term). So I purchased a Keydex UG-ND1118-SV USB Lan Adapter and
> hooked it on, but it does not appear to be recognized (F19). Looking at
> the packaging, it looks like there is a driver download site at
> download.keydex.com.tw/drivers. I can try that, but I was wondering if
> there are open-source alternatives available (perhaps from RPMfusion,
> etc).
> 
> Not sure what additional information to provide here, but if some more
> is needed, let me know.
> 
> The product in question is available on Amazon and is this:
> 
> http://www.amazon.com/KEYDEX-Ethernet-Network-Adapter-Memory/dp/B007VG5OYS/ref=sr_1_1?ie=UTF8&qid=1373935036&sr=8-1&keywords=keydex+USB+lan+adapter
> 
> Many thanks and best wishes,
> Ranjan


BuildRequires: kernel-devel

$ ls
dm9620.c  Makefile
$ make
$ su
# make install


poma


Ref.
http://marc.info/?l=linux-netdev&m=137173085617601



-------------- next part --------------
A non-text attachment was scrubbed...
Name: dm9620.c
Type: text/x-csrc
Size: 18922 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20130716/fc4fc034/attachment-0001.bin>
-------------- next part --------------
obj-m	:= dm9620.o

KDIR	:= /lib/modules/$(shell uname -r)/build
MDIR	:= /lib/modules/$(shell uname -r)/kernel/drivers/net/usb
PWD	:= $(shell pwd)

default:
	$(MAKE) -C $(KDIR) M=$(PWD)

clean:
	rm -rf .tmp_versions .*.cmd *.ko *.mod.c *.o *.order *.symvers

install:
	install -m 0644 dm9620.ko $(MDIR)
	depmod -a
	modprobe -v dm9620


More information about the users mailing list