Author Topic: Apt-get In Zubuntu  (Read 18485 times)

ofels

  • Full Member
  • ***
  • Posts: 139
    • View Profile
    • http://
Apt-get In Zubuntu
« Reply #15 on: May 09, 2009, 10:47:38 am »
Quote from: whykickamoocow
Thanks for the help guys but i think its a little ove rmy head now,im still pretty new to linux and i think i have a hell of a way b4 im up to your standrds. I did a lsmod and this is what it came up with, i realy dont know what im looking at.

[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']
orinoco_cs             13860  0
orinoco                40916  1 orinoco_cs
hermes                  5824  2 orinoco_cs,orinoco
hostap_cs              54772  3
hostap                104900  1 hostap_cs
[/div]

The operating system loads some driver modules into the kernel if required. Which ones are loaded can be gathered via the lsmod command.
On zubuntu it is a known issue that for some prism chipset based cards the orinoco and hermes driver modules get loaded as well as the hostap module.
This will lead to incompatibility and faulty behavior of the card.
What you should do: Edit the file /etc/modprobe.d/blacklist.conf and the lines

[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']
blacklist orinoco
blacklist orinoco_cs
blacklist hermes
blacklist hermes_cs
[/div]

hostap and hostap_cs must not be blacklisted.

Then reboot. This will prevent the orinoco and hermes modules from being loaded and should make things a lot better (though it is not very convenient for a newcomer, but hey, it is a Zaurus and you opted for some hacks by installing zubuntu  )

After the reboot lsmod should not show the orinoco and hermes modules being loaded and there should be a wlan0 network interface if you do ifconfig.

I hope this helps, if not, ask

Oliver

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3707
    • View Profile
Apt-get In Zubuntu
« Reply #16 on: May 10, 2009, 03:51:45 pm »
if despite blacklisting the hermes and and orinoco modules they still appear in lsmod, then find the files under the /lib/modules directory, and rename them "slightly" - stick an "_" on the end of the file names.
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.

whykickamoocow

  • Newbie
  • *
  • Posts: 23
    • View Profile
Apt-get In Zubuntu
« Reply #17 on: May 13, 2009, 08:08:12 am »
Yeah that seemed to have worked,when i do a lsmod i dont see the orinoco or the hermes anymore, when i do the ifconfig i get the wifi0 and the wlan0 and both seem to look ok. when i use wifi radar to connect to my router it connects but it cant find the ip addy,swo its sort of halfway there but i still cant connect to the internet.Anybody got any ideas?

Regards whykick

whykickamoocow

  • Newbie
  • *
  • Posts: 23
    • View Profile
Apt-get In Zubuntu
« Reply #18 on: May 13, 2009, 08:54:14 am »
I also get this message when i try this

[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']root@Zubuntu:~# iwconfig wlan0 essid sukmebeautifull mode managed
root@Zubuntu:~# ifup wlan0
There is already a pid file /var/run/dhclient.wlan0.pid with pid 0
Internet Systems Consortium DHCP Client V3.0.6
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
Can't create addrlist socket
Failed to bring up wlan0.
root@Zubuntu:~# ifup wlan0
There is already a pid file /var/run/dhclient.wlan0.pid with pid 0
Internet Systems Consortium DHCP Client V3.0.6
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
Can't create addrlist socket
Failed to bring up wlan0.
root@Zubuntu:~# [/div]



Regards whykick

same

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
Apt-get In Zubuntu
« Reply #19 on: May 13, 2009, 01:12:27 pm »
Quote from: whykickamoocow
I also get this message when i try this

[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']root@Zubuntu:~# iwconfig wlan0 essid sukmebeautifull mode managed
root@Zubuntu:~# ifup wlan0
There is already a pid file /var/run/dhclient.wlan0.pid with pid 0
Internet Systems Consortium DHCP Client V3.0.6
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
Can't create addrlist socket
Failed to bring up wlan0.
root@Zubuntu:~# ifup wlan0
There is already a pid file /var/run/dhclient.wlan0.pid with pid 0
Internet Systems Consortium DHCP Client V3.0.6
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
Can't create addrlist socket
Failed to bring up wlan0.
root@Zubuntu:~# [/div]



Regards whykick

it seems you have a dhcp problem now, check this topic to try to fix it: https://www.oesf.org/forum/index.php?showtopic=26435
pdaXii13 5.4.9 (HD) Ubuntu Jaunty 9.04 + 2.6.24.4-yonggun (cpufreq with dvfm) (SDHC) 3200

whykickamoocow

  • Newbie
  • *
  • Posts: 23
    • View Profile
Apt-get In Zubuntu
« Reply #20 on: May 13, 2009, 08:24:18 pm »
I would just like to thank everbody on here who has help me out with this, at last i got it connected with wep, to all those who are like me a complete newbie, please just follow this post to get connected to your router. At times you will feel like banging your head but if you follow this post then all the hard must be done for you, im not sure on a cpl of thingsi have done to make this work, i need to read up about it,but at the end of the day it worked. thanks again.

Regards whykick