Re: [zd1211-devs] Any advances in SMCWUSB-G?

2007-02-12 Thread Diego Sevilla Ruiz
OK, Just a followup on this:

I got it working in the actual 2.6.20 of Ubuntu Feisty. What I did:

1. Installed linux-headers-2.6.20-xxx
2. Installed linux-source-2.6.20
3. Modified the zd1211rw to add my USB ID numbers.
4. Compiled the module with the following:

make -C /lib/modules/2.6.20-6-386/build M=`pwd` modules

(standing within the directory of the 2.6.20 zd1211rw module)

5. and voilà. The new zd1211rw.ko file that appeared in the directory
just works like a charm.

Thanks for the info!
diego.

On Mon, Feb 12, 2007 at 11:22:26PM +0100, Diego Sevilla Ruiz wrote:

| Hi, Daniel!
| 
|   Well, really thanks! It's nice to know that it will be
| available soon.
| 
|   Thanks,
|   diego.
| 
| On Mon, Feb 12, 2007 at 05:16:13PM -0500, Daniel Drake wrote:
| 
| | Diego Sevilla Ruiz wrote:
| | >Hi, Daniel:
| | >
| | >   I'm sorry, I was really tired after an evening of trying 
| | >   to
| | >configure the card...
| | >
| | >   OK, here is the detailed data: I bought a SMC ez-connect g
| | >wireless USB. (SMCWUSB-G) USB id: 083a:4505. I downloaded the 
| | >community
| | >driver r83 plus the firmware v1.3 from the web site 
| | >zd1211.ath.cx,
| | >compiled it (the zd1211b version) and worked for kernel 2.6.17.
| | 
| | This device ID didn't make it into 2.6.20, but will be included 
| | in 2.6.21-rc1 and later.
| | 
| | It is safe to manually add it to your kernel for now by editing 
| | the source as described on the UntestedWithRewrite page. 
| | Alternatively you could file a bug with your distro asking them 
| | to patch it in and release new kernel packages.
| | 
| | >   OK, however, the question is simple: anybody got a 
| | >   SMCWUSB-G (or
| | >anything with the zd1211b chipset) working in kernel 2.6.20?
| | 
| | A device with this ID was definitely confirmed to be working 
| | when the ID was added manually.
| | 
| | Daniel
| 
| -- 
| Diego Sevilla Ruiz -- http://ditec.um.es/~dsevilla/ -- [EMAIL PROTECTED] _.___
| Dep. Ingeniería y Tecnología de Computadores, Facultad de Informática D|TEC
| Univ.de Murcia,Campus Espinardo,30080 Murcia (SPAIN),Tel.+34968367571
| 
| -
| Using Tomcat but need to do more? Need to support web services, security?
| Get stuff done quickly with pre-integrated technology to make your job easier.
| Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
| http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
| ___
| Zd1211-devs mailing list - http://zd1211.ath.cx/
| Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

-- 
Diego Sevilla Ruiz -- http://ditec.um.es/~dsevilla/ -- [EMAIL PROTECTED] _.___
Dep. Ingeniería y Tecnología de Computadores, Facultad de Informática D|TEC
Univ.de Murcia,Campus Espinardo,30080 Murcia (SPAIN),Tel.+34968367571

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] Any advances in SMCWUSB-G?

2007-02-12 Thread Diego Sevilla Ruiz
Hi, Daniel!

Well, really thanks! It's nice to know that it will be
available soon.

Thanks,
diego.

On Mon, Feb 12, 2007 at 05:16:13PM -0500, Daniel Drake wrote:

| Diego Sevilla Ruiz wrote:
| >Hi, Daniel:
| >
| > I'm sorry, I was really tired after an evening of trying 
| > to
| >configure the card...
| >
| > OK, here is the detailed data: I bought a SMC ez-connect g
| >wireless USB. (SMCWUSB-G) USB id: 083a:4505. I downloaded the 
| >community
| >driver r83 plus the firmware v1.3 from the web site 
| >zd1211.ath.cx,
| >compiled it (the zd1211b version) and worked for kernel 2.6.17.
| 
| This device ID didn't make it into 2.6.20, but will be included 
| in 2.6.21-rc1 and later.
| 
| It is safe to manually add it to your kernel for now by editing 
| the source as described on the UntestedWithRewrite page. 
| Alternatively you could file a bug with your distro asking them 
| to patch it in and release new kernel packages.
| 
| > OK, however, the question is simple: anybody got a 
| > SMCWUSB-G (or
| >anything with the zd1211b chipset) working in kernel 2.6.20?
| 
| A device with this ID was definitely confirmed to be working 
| when the ID was added manually.
| 
| Daniel

-- 
Diego Sevilla Ruiz -- http://ditec.um.es/~dsevilla/ -- [EMAIL PROTECTED] _.___
Dep. Ingeniería y Tecnología de Computadores, Facultad de Informática D|TEC
Univ.de Murcia,Campus Espinardo,30080 Murcia (SPAIN),Tel.+34968367571

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] Any advances in SMCWUSB-G?

2007-02-12 Thread Daniel Drake
Diego Sevilla Ruiz wrote:
> Hi, Daniel:
> 
>   I'm sorry, I was really tired after an evening of trying to
> configure the card...
> 
>   OK, here is the detailed data: I bought a SMC ez-connect g
> wireless USB. (SMCWUSB-G) USB id: 083a:4505. I downloaded the community
> driver r83 plus the firmware v1.3 from the web site zd1211.ath.cx,
> compiled it (the zd1211b version) and worked for kernel 2.6.17.

This device ID didn't make it into 2.6.20, but will be included in 
2.6.21-rc1 and later.

It is safe to manually add it to your kernel for now by editing the 
source as described on the UntestedWithRewrite page. Alternatively you 
could file a bug with your distro asking them to patch it in and release 
new kernel packages.

>   OK, however, the question is simple: anybody got a SMCWUSB-G (or
> anything with the zd1211b chipset) working in kernel 2.6.20?

A device with this ID was definitely confirmed to be working when the ID 
was added manually.

Daniel

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] Any advances in SMCWUSB-G?

2007-02-12 Thread Diego Sevilla Ruiz
Hi, Daniel:

I'm sorry, I was really tired after an evening of trying to
configure the card...

OK, here is the detailed data: I bought a SMC ez-connect g
wireless USB. (SMCWUSB-G) USB id: 083a:4505. I downloaded the community
driver r83 plus the firmware v1.3 from the web site zd1211.ath.cx,
compiled it (the zd1211b version) and worked for kernel 2.6.17.

Now, I updated to Ubuntu Feisty, kernel 2.6.20. It is supposed
that the zd1211rw driver is included and supports both the a and b
chipsets. However, when I load the zd1211rw driver, nothing happens,
that is, the module loads, the usbcore says that it registered a new
interface driver for zd1211rw, but nothing more: no wlan0 interface and
no wireless interfaces detected. I tried the previous firmware (v1.3)
and the one that comes with the feisty restricted-modules for 2.6.20,
but no luck.

OK, however, the question is simple: anybody got a SMCWUSB-G (or
anything with the zd1211b chipset) working in kernel 2.6.20?

Thanks,
diego.

On Mon, Feb 12, 2007 at 02:51:53PM -0500, Daniel Drake wrote:

| Diego Sevilla Ruiz wrote:
| > Now I updated to Ubuntu Feisty and it doesn't work. The 2.6.20
| >kernel doesn't recognize the USB even when I load manually the zd1211rw
| >driver. I tried the different firmwares and also didn't work.
| 
| Please provide some actual information. Which device, which USB IDs? 
| Which RF chip? Which firmware did you try? Where did you get the 
| firmware from? Where did you install it? What do you mean by "kernel 
| doesn't recognise the USB" -- sounds like a kernel configuration issue 
| if you don't have USB at all? What do you mean by 'didn't work'?
| 
| Daniel

-- 
Diego Sevilla Ruiz -- http://ditec.um.es/~dsevilla/ -- [EMAIL PROTECTED] _.___
Dep. Ingeniería y Tecnología de Computadores, Facultad de Informática D|TEC
Univ.de Murcia,Campus Espinardo,30080 Murcia (SPAIN),Tel.+34968367571

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] Any advances in SMCWUSB-G?

2007-02-12 Thread Daniel Drake
Diego Sevilla Ruiz wrote:
>   Now I updated to Ubuntu Feisty and it doesn't work. The 2.6.20
> kernel doesn't recognize the USB even when I load manually the zd1211rw
> driver. I tried the different firmwares and also didn't work.

Please provide some actual information. Which device, which USB IDs? 
Which RF chip? Which firmware did you try? Where did you get the 
firmware from? Where did you install it? What do you mean by "kernel 
doesn't recognise the USB" -- sounds like a kernel configuration issue 
if you don't have USB at all? What do you mean by 'didn't work'?

Daniel

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


[zd1211-devs] Any advances in SMCWUSB-G?

2007-02-12 Thread Diego Sevilla Ruiz
Dear all:

I saw a message some days ago of a person that bought an SMC
SMCWUSB-G (EZ-Connect-g) and that was working with the community module
with the kernel 2.6.17. The same happened to me.

Now I updated to Ubuntu Feisty and it doesn't work. The 2.6.20
kernel doesn't recognize the USB even when I load manually the zd1211rw
driver. I tried the different firmwares and also didn't work.

I just was wondering if anybody with this wireless USB got it
working under 2.6.20 or 2.6.19. It is surprising, as I can see in the
page that it is supported, and the USB identifiers are the same that the
one listed working (with the zd1211b version).

Thanks,
diego.

-- 
Diego Sevilla Ruiz -- http://ditec.um.es/~dsevilla/ -- [EMAIL PROTECTED] _.___
Dep. Ingeniería y Tecnología de Computadores, Facultad de Informática D|TEC
Univ.de Murcia,Campus Espinardo,30080 Murcia (SPAIN),Tel.+34968367571

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs