Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25

Thread: ATMEL based wireless cards

  1. #11
    Junior Member registered user
    Join Date
    May 2003
    Posts
    10
    Quote Originally Posted by patmad
    Thanks for replying!
    I already thought this could be the problem, so I downloaded the kernel-source-2.4.20-xfs and put it in /usr/src/
    Then I edited .config and pointed the KERNEL_SRC to this map.
    But when I do make install it still shows

    Build all (y/n) : n
    Kernel Version Running 2.4.20-xfs
    Found Kernel Source Directory ()
    When I've compiled the Atmel sources for Red Hat and Mandrake, I found that both of those distributions' kernel sources came with a .config file ready for use, and that file should reside in the top-level of the kernel sources directory, eg. /usr/src/linux. There may also be a config-2.4.20-xfs-ARCH (or some similarly named) file in a directory inside /usr/src/linux, too, and (by convention) in /boot.

    Having said all this, it does surprise me a bit that it can't find your kernel sources, but then looking at the setup.sh script, I'm surprised it finds mine. Still, what you could try is this:

    Code:
    KERNEL_SRC=/usr/src/linux make config
    This should send the environment variable into the script.

    Quote Originally Posted by patmad
    and later on I still can see some errors during make all that some file or folder is nowhere to be found.......
    If it can't find the sources properly, it'll complain a lot about nothing that is really helpful.

    Quote Originally Posted by patmad
    How can I make these sources to be recognized? Do I have to compile the kernel?
    I doubt it. It may be the case that you need to do some of the first steps of compiling the kernel before the headers are found - the RPMs for Red Hat (and possibly Mandrake) may already have some of that work done. Look at the kernel README file and search for "make dep" - I think that might be of interest, but only if the trickery with telling the script about your kernel doesn't work. Personally, I don't believe you should really need to go that far with a recent kernel - earlier kernels had showstopper bugs which prevented the Atmel cards working properly... apparently.

    Quote Originally Posted by patmad
    Thanks for helping me making this card work properly!!!
    We're not there yet! Just wait until you have to configure the thing.

  2. #12
    Junior Member
    Join Date
    Mar 2003
    Posts
    8


    it WORKS!!!!!!
    After copying the kernel-sourcefiles to the map /usr/src/linux I installed the card again, and after unplugging and plugging it it worked...!

    Thank you very much for helpingme!

    Now I'll try to configure it .....

  3. #13
    Junior Member registered user
    Join Date
    May 2003
    Posts
    10
    Quote Originally Posted by patmad
    After copying the kernel-sourcefiles to the map /usr/src/linux I installed the card again, and after unplugging and plugging it it worked...!

    Thank you very much for helpingme!

    Now I'll try to configure it .....
    Congratulations and good luck! You may only be half way there.

    Actually, you should take a look at the USB device overview for some more details: http://www.qbik.ch/usb/devices/showdev.php?id=1771

    You may or may not need to use uhci instead of usb-uhci - I couldn't see it making a big difference on an updated Red Hat distribution.

    Also, I heard from someone who had had more success with the competing Atmel driver found here: http://at76c503a.berlios.de

    Now if only either of those drivers came with Knoppix...

  4. #14
    Junior Member
    Join Date
    May 2003
    Location
    England
    Posts
    1

    AMTEL Drivers

    If it helps to bolster support...I too dream of amtel based drivers in the next version of Knoppix. I have a Dabs-branded wireless PCMCIA card that I believe has the AMTEL chipset in a Dell Latitude laptop. Everything else works beautifully.

  5. #15
    Junior Member registered user
    Join Date
    May 2003
    Posts
    10

    Re: AMTEL Drivers

    Quote Originally Posted by troyski
    If it helps to bolster support...I too dream of amtel based drivers in the next version of Knoppix. I have a Dabs-branded wireless PCMCIA card that I believe has the AMTEL chipset in a Dell Latitude laptop. Everything else works beautifully.
    It has occurred to me that a roll-your-own live CD, like the bootable business card (http://www.lnx-bbc.org) may make it easier to incorporate such additional drivers. However, it could be easier for such short-term modifications just to remaster the Knoppix image and slip them in somewhere.

  6. #16
    Junior Member
    Join Date
    Mar 2003
    Posts
    8
    It has occurred to me that a roll-your-own live CD, like the bootable business card (http://www.lnx-bbc.org) may make it easier to incorporate such additional drivers. However, it could be easier for such short-term modifications just to remaster the Knoppix image and slip them in somewhere.
    Problem for installing the atmeldrivers is the fact that you need to have the kernel-source files (in my case about 130 mb). I think you need to implement them in the remastered Knoppix, but I haven't tried as my Debian works fine for me.

    The only thing I couldn't get working is the monitoring mode (Airsnort), but it seems like it is not possible with the drivers.

  7. #17
    Junior Member registered user
    Join Date
    May 2003
    Posts
    10
    Quote Originally Posted by patmad
    Problem for installing the atmeldrivers is the fact that you need to have the kernel-source files (in my case about 130 mb). I think you need to implement them in the remastered Knoppix, but I haven't tried as my Debian works fine for me.
    Well, I've been trying to get both Atmel drivers working under an installed-to-disk Knoppix system and they appear to lock the system solid. Any suggestions? Could there be issues with the 2.4.20-xfs kernel or the default USB subsystem employed in Knoppix? Which kernel did you end up using?

  8. #18
    Junior Member
    Join Date
    Mar 2003
    Posts
    8
    I'm using a PCMCIA-card, not an USB device. During installing it, the first problem was that I did not have the kernel-source files installed in the right map (should be /usr/src) and I also didn't put the atmeldrivers in the right map (should also be in /usr/src)... after that it worked immediately (of course I didn't install the USB drivers so I have no experience in making USB-devices work)

    Using Google you can find serveral instructions how to install an ATMEL-based USB wireless device.

    By the way: kernel 2.4.20-xfs

    succes!

  9. #19
    Junior Member registered user
    Join Date
    May 2003
    Posts
    10
    Quote Originally Posted by patmad
    I'm using a PCMCIA-card, not an USB device. During installing it, the first problem was that I did not have the kernel-source files installed in the right map (should be /usr/src) and I also didn't put the atmeldrivers in the right map (should also be in /usr/src)... after that it worked immediately (of course I didn't install the USB drivers so I have no experience in making USB-devices work)
    After giving advice on how to get the build process to find the kernel sources, I ended up needing to fight the build process myself.

    Quote Originally Posted by patmad
    Using Google you can find serveral instructions how to install an ATMEL-based USB wireless device.
    Yes, but I just wondered if you had any issues with the kernel. There are supposedly various issues with the different Atmel drivers and SMP-related patches, for example, and I wondered if this could be the cause of the experienced lock-ups.

    Quote Originally Posted by patmad
    By the way: kernel 2.4.20-xfs

    succes!
    Well done! Help!

  10. #20
    Junior Member registered user
    Join Date
    May 2003
    Posts
    10
    Quote Originally Posted by pboddie
    Yes, but I just wondered if you had any issues with the kernel. There are supposedly various issues with the different Atmel drivers and SMP-related patches, for example, and I wondered if this could be the cause of the experienced lock-ups.
    It would seem that the at76c503a driver (http://at76c503a.berlios.de) works, but you need a version later than 0.9 in order to get around this lock-up issue. See this posting:

    http://lists.berlios.de/pipermail/at...ay/000140.html

    Currently, I recommend downloading a "cvs nightly tarball" (http://cvs.berlios.de/cgi-bin/viewcvs.cgi/at76c503a) or another recent snapshot of the code.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Renastered knoppix34 with Atmel USB wireless drivers?
    By dave52355 in forum General Support
    Replies: 2
    Last Post: 06-09-2004, 10:50 PM
  2. Please help, Atmel VNet Wireless USB 802.11
    By dave52355 in forum Networking
    Replies: 0
    Last Post: 05-11-2004, 04:17 PM
  3. wireless cards
    By Philly_Blunt in forum Laptops
    Replies: 6
    Last Post: 01-23-2004, 03:22 PM
  4. Problem with wireless USB adapter Zonet ZEW2000 (Atmel chip)
    By deerwood in forum Hardware & Booting
    Replies: 5
    Last Post: 11-19-2003, 07:31 PM
  5. Replies: 0
    Last Post: 11-19-2003, 07:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ picture

Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ

$44.99



2TB 1TB TYPE-C OTG Stick 4 in 1 USB Memory Photo Stick Android Samsung Pen Drive picture

2TB 1TB TYPE-C OTG Stick 4 in 1 USB Memory Photo Stick Android Samsung Pen Drive

$27.45



Western Digital 1TB WD Gold Enterprise Class SATA Internal HDD - WD1005FBYZ picture

Western Digital 1TB WD Gold Enterprise Class SATA Internal HDD - WD1005FBYZ

$84.99



SanDisk 1TB Ultra Dual Drive Go USB Type-C Flash Drive, Black - SDDDC3-1T00-G46 picture

SanDisk 1TB Ultra Dual Drive Go USB Type-C Flash Drive, Black - SDDDC3-1T00-G46

$109.99



Samsung - 980 PRO 1TB Internal Gaming SSD PCIe Gen 4 x4 NVMe picture

Samsung - 980 PRO 1TB Internal Gaming SSD PCIe Gen 4 x4 NVMe

$109.99



Lenovo Samsung SM961 1TB NVMe M.2 2280 SSD MZ-VKW1T00 SSS0L25075 picture

Lenovo Samsung SM961 1TB NVMe M.2 2280 SSD MZ-VKW1T00 SSS0L25075

$44.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$19.99



Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive picture

Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive

$67.99



1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$580.99



2 PACK  Seagate ST1000LM035 Mobile HDD 1TB 2.5

2 PACK Seagate ST1000LM035 Mobile HDD 1TB 2.5" SATA III Laptop Hard Drive

$26.89