Look Auto its all working fine......then
homecomputer@homecomputer:~$ wget http://download.driverscollection.com/drivers/82f4a17670f18f4e7bf19189a609e1cf/4995cf45/M/Moschip/IC/Linux_7703.tar.gz
--2009-02-13 13:30:18-- http://download.driverscollection.com/drivers/82f4a17670f18f4e7bf19189a609e1cf/4995cf45/M/Moschip/IC/Linux_7703.tar.gz Resolving download.driverscollection.com... 85.112.115.50
Connecting to download.driverscollection.com|85.112.115.50|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 24867 (24K) [application/x-gzip]
Saving to: `Linux_7703.tar.gz.6'
100%[======================================>] 24,867 27.1K/s in 0.9s
2009-02-13 13:30:20 (27.1 KB/s) - `Linux_7703.tar.gz.6' saved [24867/24867]
homecomputer@homecomputer:~$ tar xzvf Linux_7703.tar.gz Linux_7703/16C50.h
Linux_7703/mosinstall
Linux_7703/README
Linux_7703/usb-serial.h
Linux_7703/mos7703.h
Linux_7703/mos7703.c
Linux_7703/Makefile
Linux_7703/mosuninstall
homecomputer@homecomputer:~$ cd Linux_7703/ Then it ****s up
homecomputer@homecomputer:~/Linux_7703$ make make -C /lib/modules/2.6.27-11-generic/build -I/lib/modules/2.6.27-11-generic/build/drivers/usb/serial SUBDIRS=/home/homecomputer/Linux_7703 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-11-generic'
CC [M] /home/homecomputer/Linux_7703/mos7703.o
/home/homecomputer/Linux_7703/mos7703.c:49:26: error: linux/config.h: No such file or directory
/home/homecomputer/Linux_7703/mos7703.c:123: error: unknown field ‘owner’ specified in initializer
/home/homecomputer/Linux_7703/mos7703.c:123: warning: initialization from incompatible pointer type
/home/homecomputer/Linux_7703/mos7703.c: In function ‘mos7703_bulk_in_callback’:
/home/homecomputer/Linux_7703/mos7703.c:270: error: ‘struct tty_struct’ has no member named ‘flip’
/home/homecomputer/Linux_7703/mos7703.c:270: error: ‘TTY_FLIPBUF_SIZE’ undeclared (first use in this function)
/home/homecomputer/Linux_7703/mos7703.c:270: error: (Each undeclared identifier is reported only once
/home/homecomputer/Linux_7703/mos7703.c:270: error: for each function it appears in.)
/home/homecomputer/Linux_7703/mos7703.c: In function ‘mos7703_bulk_out_data_callback’:
/home/homecomputer/Linux_7703/mos7703.c:341: error: ‘struct tty_ldisc’ has no member named ‘write_wakeup’
/home/homecomputer/Linux_7703/mos7703.c:344: error: ‘struct tty_ldisc’ has no member named ‘write_wakeup’
/home/homecomputer/Linux_7703/mos7703.c: In function ‘mos7703_open’:
/home/homecomputer/Linux_7703/mos7703.c:683: warning: passing argument 6 of ‘usb_fill_bulk_urb’ from incompatible pointer type
/home/homecomputer/Linux_7703/mos7703.c: In function ‘mos7703_write’:
/home/homecomputer/Linux_7703/mos7703.c:1083: warning: passing argument 6 of ‘usb_fill_bulk_urb’ from incompatible pointer type
make[2]: *** [/home/homecomputer/Linux_7703/mos7703.o] Error 1
make[1]: *** [_module_/home/homecomputer/Linux_7703] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-11-generic'
make: *** [default] Error 2
homecomputer@homecomputer:~/Linux_7703$
so do i enter the other make you told me to enter