ubuntu to pure debian


 
Thread Tools Search this Thread
Operating Systems Linux SuSE ubuntu to pure debian
# 8  
Old 05-12-2008
ok. i ran 'lspci -v -v' in terminal. i know for a fact that my bus card is atheros, so i going to show the output that i got that stated atheros.

03:00.0 Ethernet controller: Atheros Communications Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor (rev 01)
Subsystem: Actiontec Electronics Inc IBM HighRate 11 a/b/g Wireless CardBus Adapter
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 168 (2500ns min, 7000ns max), Cache Line Size: 128 bytes
Interrupt: pin A routed to IRQ 11
Region 0: Memory at c4000000 (32-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>



can someone tell me what i would do from here to get this driver over the another os that doesnt have the driver. plz and thank you
# 9  
Old 05-13-2008
The key here is the vendor and device code returned by lspci -n which is used by the kernel to look for the appropriate driver. In this case I guess you want the ath_cb driver for a CardBus interface. I believe the hotplug facility is still responsible for mapping a device to a driver and doing the driver loading.

I seem to have the same device; the vendor and device code for mine is 168c:0013 -- googling for that quickly turns up Madwifi as an apparently fully supported completely open-source driver (as indeed I have found to be the case).

As for how to go the other way around, figure out that PCI device 03:00.0 is managed by lsmod module so-and-so, I really only have vague ideas. Look in /proc/bus/pci, /proc/net and so forth.
# 10  
Old 05-13-2008
Couple of suggestions for texasone:

Quote:
Originally Posted by Texasone
Linuxant - DriverLoader for Wireless LAN device...
...problem is that i think it is a free trial software so i dont know how long it would work on my comp.
Instead of Linuxant, you can try ndiswrapper. Its free, and works great but a little more involved. Head over to the Ubuntu/Debian forums and you shall come to know how to do this.

Last edited by frozentin; 05-13-2008 at 03:51 AM.. Reason: more quoting.
# 11  
Old 05-26-2008
i found that madwifi has the ati driver i need and the nvidia driver that i will need when i get a new card. now my question is this: can i modify the iso file on my computer before burning the disk. kinda like dreamlinux. i have tried dream linux out and i like the ability to change the iso before burning, and can i do that with debian and add things like madwifi so i dont have to bother trying to find an ethernet cord and connect it to my router. would i just add the tar.gz file to the iso file or would i have to install the drivers when the OS is completely installed?
# 12  
Old 05-26-2008
..well, as a Debian user myself (my main OS being Solaris), I'd suggest you don't waste time trying to load Ubuntu and Debian on the same box. They're practically the same, with Ubuntu the more newbie-friendly. If you want to learn, I'd suggest you stick with one, learn it fairly well, then jump to other distributions like SuSE or RH , because then you have a better grasp of a Linux-based OS and it will be easier for you to see the differences among the distributions.

As for the atheros-based wireless card, atheros is probably the more common chipset, and should be pretty easy to make it work using ndiswrapper, using Windows drivers.

https://help.ubuntu.com/community/Wi...er/Ndiswrapper
# 13  
Old 05-27-2008
The install CD should contain the necessary drivers, it's another thing whether the installer discovers the devices properly and configures the system to use the correct drivers. You can nudge it in the right direction by passing in parameters to the installer but I can't really say more about that particular topic. Look for OEM instructions for the installer; they should cover this.
# 14  
Old 06-01-2008
You might look at www.forumubuntusoftware.com for a look at a rehash of ubuntu known as ultimate edition.There are several options there to build your own distro and most of the tools you would need to do it.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Linux

What is the lightest distro for using Debian/Ubuntu softwares

Which distro uses lowest system resource (when installed on hard_disk/usb.) where I can install software from Debian OR Ubuntu repository? I found Quelitu which is based on Lubuntu, but uses less memory as given on their site. There are lighter distros but most of them are based on Slackware. I... (0 Replies)
Discussion started by: iripu
0 Replies

2. Solaris

Video capture and editing on Solaris vs Debian vs Ubuntu

I am interested in doing some heavy video work. I have a ADVC 110 Video capture device, which I am using to capture VHS video tapes, which I will convert on the server to DVD format and burn to DVD's using DVD production software. I will also take the captured video file and split it up in parts... (1 Reply)
Discussion started by: Marcus Aurelius
1 Replies

3. Ubuntu

Debian (ubuntu) file problem after ftp

Hi, I am using Debian (ubuntu). whenever I ftp file from Windows to Debian, the file is being shown as DOS while editing in vi. The control characters are not visible and I couldn't remove the '^M' character. So please help me how to make it Linux specific file to use it for Linux specific tasks. (4 Replies)
Discussion started by: royalibrahim
4 Replies

4. UNIX for Dummies Questions & Answers

Memory-waste in Ubuntu/Debian?

I have 512 mem on this laptop, though 'top' tells me I only have 380. However, Ubuntu is using 288 mb of memory, when I only have 3 terminals, running lynx, vim(for this file) and (of course) top. Considering it I have lynx running a 600 page txt file, which of course would eat some memory but 300?... (0 Replies)
Discussion started by: riwa
0 Replies
Login or Register to Ask a Question