• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Disable Hardware in Ubuntu

octopus41092

Golden Member
Ok, so here's the situation. I'm on a laptop and the built in wireless is really bad. So, because of that I installed a Wireless Card in the PC Card slot. However, now it switches between both of them and so sometimes the connection is weak and sometimes it'll be strong.

So, right now I need a way to disable one of them. Does anyone know of how to do this in Linux Ubuntu 8.1?
 
Use ifconfig to check what interface it is then ifdown that interface. Put it in the startup scripts.
 
Originally posted by: Atheus
Use ifconfig to check what interface it is then ifdown that interface. Put it in the startup scripts.

So I've figured out that it's eth1 and I use "sudo ifdown eth1" and I get "ifdown: interface eth1 not configured" and I don't think it's working. Does this have something to do with having to add it to the startup scripts?

If it is... I don't know how to add this to the startup scripts. Could someone give me instructions on how to do this or to get this working?
 
Back
Top