View previous topic :: View next topic |
Author |
Message |
AwooOOoo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Oct 2006 Posts: 4
|
Posted: Sat Oct 21, 2006 10:44 pm Post subject: HP Pavilion zv6000 network issues |
|
|
Hi,
I've installed from the LiveCD 2006.1 on a AMD64 zv6000 and have the ethernet port working with the with the default 2.6.17-gentoo-r7 kernel included. Next I'm wanting to get the BroadCom BCM4318 Wireless working and this is where my problems start.
I wasn't having much luck with the kernel BCM43xx driver
Quote: | bcm43xx: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed. |
Quote: | Update: Installed the bcm43xx-fwcutter tools and this message seems to have gone now....still can't connect though.. |
I've been following setup guidlines from (http://gentoo-wiki.com/HARDWARE_Gentoo_Linux_64bit_on_HP_Pavilion_zv6000_series_notebook) so next I'm trying to use the ndiswrapper.
I had to emerge the kernel source to be able to emerge the ndiswrapper. So I built a new kernel based on r8 (thats what came down after the update) and both ifconfig and iwconfig don't list an eth0 or eth1 so now the ethernet doesn't work aswell on the r8 kernel.
I installed the driver through ndiswrapper as below and this gave no errors.
Code: | >ndiswrapper -i netbc564.inf
>modprobe ndiswrapper |
I can't bring the link up though as there is no port using the driver, which I assume is a result of there being no eth0 or eth1. I assume this is something that I've done incorrectly with the kernel configuration, but I selected the options dictated in the above link.
Any ideas on where I start?
Some Info that hopefully helps..
Code: | >lsmod #after removing the bcm43xx driver that was spitting the error out
Module Size Used by
ndiswrapper 191684 0
ieee80211softmac 28800 0
ieee80211 45940 1 ieee80211softmax
ieee80211_crypt 6656 1 ieee80211
|
Code: | >iwconfig
bond0 no wireless extensions.
lo no wireless extensions.
dummy0 no wireless extensions.
eth0 no wireless extensions.
|
Code: | >ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0b) TX bytes:0 (0.0b)
|
If I try and start the interface (same output from bootup)
(Eth0 is 10/100 I believe)
Code: | >/etc/init.d/net.eth0 start
* Starting eth0
SCIOSIFFLAGS: Function not implemented
SCIOSIFFLAGS: Function not implemented
* Configuration not set for eth0 - assuming DHCP
* Bringing up eth0
* dhcp
* Running dhcpcd ...
Error, dhcpStart: ioctl SCIOSIFFLAGS: Function not implemented [!!]
|
or
(Eth1 is wireless I believe)
Code: | >/etc/init.d/net.eth1 start
* Starting eth1
* Configuration not set for eth1 - assuming DHCP
* Bringing up eth1
* dhcp
* network interface eth1 does not exist
* please verify hardware or kernel module (driver)
|
AwooOOoo. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
AwooOOoo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Oct 2006 Posts: 4
|
Posted: Sun Oct 22, 2006 12:42 am Post subject: a bit closer? |
|
|
Okay, running with the r8 kernel...
Added the bcm43xx-fwcutter tools..
now I have,
Code: | >lsmod
Module Size Used by
bcm43xx 423168 0
ieee80211softmac 28800 1 bcm43xx
ieee80211 45940 2 bcm43xx, ieee80211softmac
ieee80211_crypt 6656 1 ieee80211
|
which I think means the bcm43xx driver is installed ok.
I copied the fwcutter files to /lib/firmware.
and made sure encryption was disabled to ensure there wasn't anything funny going on there.
Code: | >/etc/init.d/net.eth1 start
* Starting eth1
SIOCSIFFLAGS: No such device
SIOCSIFFLAGS: No such device
* Configuring wireless network for eth1
SIOCSIFFLAGS: No such device
* Trying to force preferred in case they are hidden
* Failed to associate with any preferred access points on eth1
SIOCSIFFLAGS: No such device
* eth1 connected to ESSID "FluffyNet" at FF:FF:FF:FF:FF:FF
* in ad-hoc mode (WEP disabled)
* Configuration not set for eth1 - assuming DHCP
* Bringing up eth1
* dhcp
* Running dhcpcd ...
Error, dhcpStart ioctl SIOCSIFFLAGS: No such device [!!]
|
the end of dmesg..
Code: | >dmesg
bcm43xx: Cannot register IRQ0
bcm43xx: set security called
bcm43xx: .level = 0
bcm43xx: .enabled = 0
bcm43xx: .encrypt = 0
SoftMAC: Associate: Scanning for networks first
SoftMAC: Associate: failed to initiate scan. Is device up?
setup_irq: irq handler mismatch
|
So......an IRQ mismatch? any advice?
AwooOOoo. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|