Something Strange happens in my wireless card

i have a wireless card in my laptop.But,something strange happens.And i'm really confused:(.
lspci | grep BCM43
and i got:
04:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
then type:
lspci -vnn | grep 14e4
i got:
04:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)
06:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express [14e4:1693] (rev 02)
so, i think the "Broadcom BCM4312"page in archwiki(ie.http://wiki.archlinux.org/index.php/Broadcom_BCM4312)may help.so i just do as the wiki page.
after that,i use Wicd to manage them.
it seems evrything is ok:D. the wireless card was marked with  "eth1",and the previous "eth0".
but,something strange happens: after  i reboot my laptop,then ,they exchange their "names"! the strangest thing is that it seems to happen randomly!
for example,nothing happened since the day before yesterday.but.this morning,they changed
and this is the "MODULE" line in my rc.conf:
MODULES=(acpi-cpufreq cpufreq_ondemand !ssb lib80211-crypt_tkip wl !b43  vboxdrv vboxnetflt vboxnetadp !vboxadd !vboxvfs)
so,any advice?

Notes on trying out netcfg:
- install netcfg: pacman -S netcfg
- set up a profile file in /etc/networks.d (copy a file from /etc/networks.d/examples and edit it)
- add the name of the profile file to NETWORKS=() in /etc/rc.conf
- add '@net-profiles' to DAEMONS=() in /etc/rc.conf (put it after 'network',  prefixed with '@' so you don't have to wait for the network just to log in)
- remove the name of your interface that you want netcfg to set up from INTERFACES=() in /etc/rc.conf (so it doesn't try to set it up twice)
- also turn off whatever other network configuration daemon, like wicd, you might have been using.
Last edited by sdolim (2010-02-06 21:52:25)

Similar Messages

  • I recently had my iphone 4s screen repaired because the screen was cracked. It was all ok and then a few weeks later something strange happened. My touchscreen works, but the screen doesnt show, you can see the light in the background but no picture?

    I recently had my iphone 4s screen repaired because the screen was cracked. It was all ok and then a few weeks later something strange happened. My touchscreen works, but the screen doesnt show, you can see the light in the background but no picture? has anyone got any ideas as to what the problem is, is it self-repairable or even repairable at al?

    The LCD Display connector has partially come loose from the logic board connector, and simply needs to be pressed back down into place. Or the front screen assembly is now faulty, and needs to be replaced again.

  • Something Strange Happening?

    I'm not sure if something strange is happening but:
    Yesterday, my co-workers hard-drive on his new Macbook Pro (just a couple months old) started slowing way down. We ran Verify Disk from Disk Utility and it recommended a Repair. We booted from the Leopard install DVD and tried to repair it but he unfortunately didn't get it to work and had to go to the Apple Store for a replacement.
    Today, almost 24 hour later, my hard drive started acting up with the same problems (only I was able to repair it with Disk Utility after booting from the install DVD).
    So I did some searching on the twitterverse, and I'm finding that in the past 24 hours there have been a few more cases of people losing the hard drives.
    Could it be that the recent apple update has an issue?? I just find it really odd that my machine, which has never had an issue nor shown any sign of oddity would start having an issue 24 hours after my co-worker, whose mac was brand new...
    Anything to be concerned about or false alarm and extremely convenient coincidence?

    Welcome to Apple Discussions!
    It's hard to tell with hard drives--notebook hard drives have an average useful life of 3-5 years, but some fail almost immediately. I don't think a download would bother a healthy hard drive, but if the drive already had some problems, it might cause them to be more apparent.
    If you want to keep tabs on the physical health of your drive, you might like SMART Utility:
    http://www.apple.com/downloads/macosx/systemdiskutilities/smartutility.html
    You can download the demo and run it several times for free.
    There is also SMART Reporter:
    http://www.corecode.at/smartreporter/
    SMART Reporter is free and places an icon in your menu bar that is supposed to give early warning of impending hard drive failure. It actually did with the Fujitsu drive that originally shipped in my computer. I got a lot of reports of I/O errors, and when I checked with SMART Utility, the drive was failing, even though it had passed with no errors the week before when I was still under warranty.
    It's also prudent to verify the disk and repair it if necessary before downloading software. Doesn't hurt to repair permissions afterwards, even though there are a lot of them that don't get repaired.
    I can only say that with my WD Scorpio Black 500 GB drive, none of the recent updates have caused any issues.

  • A strange problem with my wireless card

    my box is lenovo ideapad y550, the wireless card is intel 5100. After i update to kernel 2.6.32, there is a strange problem occored.
    i configure my wireless at /etc/rc.conf like this:
    MODULES=(...... iwlagn ......)
    wlan_wlan0="wlan0 essid xxxx key s:xxxxxxxxxxxxx
    wlan0="dhcp"
    INTERFACES=(wlan0)
    DAEMONS=(......network......)
    it works well at 2.6.31
    but at 2.6.32, i find during the archlinux start, it tell me that "dhcpcd time out"
    so i remove network from DAEMONS  and just load the wireless card's driver module, then i configure my wireless at the bash.
    meanwhile, i find another strange appearance
    when i use:
       ifconfig wlan0 up
       iwconfig wlan0 essid xxxx key s:xxxxxxxxxxxxx
       dhcpcd wlan0
    it tell me "dhcpcd time out"
    and then dhcpcd wlan0 again ,it works.
    while i use:
       iwconfig wlan0 essid xxxx key s:xxxxxxxxxxxxx
       ifconfig wlan0 up
       dhcpcd wlan0
    it works well.
    i just put iwconfig before ifconfig, it works~ 囧!
    now i have to remove network from DAEMONS at /etc/rc.conf and put the commands in the /etc/rc.local
    anyone have ideas?why?
    thanx very much and sorry for my english. english is not my mother language. :-)

    Notes on trying out netcfg:
    - install netcfg: pacman -S netcfg
    - set up a profile file in /etc/networks.d (copy a file from /etc/networks.d/examples and edit it)
    - add the name of the profile file to NETWORKS=() in /etc/rc.conf
    - add '@net-profiles' to DAEMONS=() in /etc/rc.conf (put it after 'network',  prefixed with '@' so you don't have to wait for the network just to log in)
    - remove the name of your interface that you want netcfg to set up from INTERFACES=() in /etc/rc.conf (so it doesn't try to set it up twice)
    - also turn off whatever other network configuration daemon, like wicd, you might have been using.
    Last edited by sdolim (2010-02-06 21:52:25)

  • Something strange happen with Maps

    Hello Everybody ,
    When I was in Saudi Arabia, the maps as usual we know its become so bad and when I check china map I didn't find any of metro lines and stations, all gone as we know.
    the strange happen , when I reach china and I connect to China Unicom , the maps has been changed to new ones , includes all places and metro lines and station , both English and Chinese language, and no 3D.
    its not same as google but it called AutoNavi. so I was happy with apple and I though apple has updated their maps.
    but when I go back to Saudi Arabia , I was surprised that maps back as before , and when I look to china map , again all disappear metro , etc . also its using again tomtom maps !!
    Does this happen with anyone ? or someone knows about it ?
    here 2 images one when I was in china and one when I back to Saudi for same area ,, near to Quzhuang station in Guangzhou , China.

    I got this article about the AutoNavi in china , but how it can be change by it self without any updates ? and why don't apple use it all the world ?!
    http://www.bloomberg.com/news/2012-07-05/apple-said-to-pick-autonavi-to-offer-ip hone-maps-in-china.html

  • SOMETHING STRANGE HAPPENED  - please help

    Dear friends
    somethign really strange happened this morning on my ipod. I connected a friend's of mine ipod video at my computer and everything went just fine. I disconnected his ipod and then plugged my ipod. That's when my problem started. My itunes opened and his ipod appeared again, with all of his musics, videos, playlists. My ipod turned into his ipod. But none of the musics listed play. Nothing. I disconnected, tryied to use my ipod, and again, it was his songs, his playlists appearing on my screen.
    I don't know what to do now. I know my songs are all at the ipod control folder, but they don't show. What can I do??

    Do you and your friend's iPod have the same name?

  • Something strange happened while I was working with CS4

    I'm not sure whether I accidentally hit a keyboard shortcut or clicked on anything without knowing, but for whatever reason, my clips on the timeline weren't "snapping" into place when I move them around like they were before. Does anyone know why this is happening, and how I can reset it back to the way it previously was?
    Another strange thing that happened: I was resizing some footage to remove something from the side of the frame, but when I resized it, it didn't ask if I wanted to confirm this change and no box came up showing progress on rending the frames, like it normally does when I do this. I'm a little worried that it hasn't rendered them right.

    Resize where. Timeline, Effect Controls, AME? Be more precise.

  • Something strange happening with my fonts

    Hi there,
    Please see the link to this pdf.
    http://mssociety.ca/bc/pdf/2012_Footnotes_1_print.pdf
    The PDF is supposed to have all the fonts embedded, but page 1 is showing up wonky - sometimes. Some of the fonts on page 1 are incorrect. They should all be Futura. The rest of the pages seem to be fine - and they use all the same fonts. Not sure why this would only affect page 1 if the fonts weren't embedding properly.
    But sometimes when you refresh or reload the page, it loads correctly and they are Futura. I don't get it. It happened sporadically on my other co-workers computer as well.
    And if you save the pdf to your desktop, and then open it, it's fine.
    I appreciate any help in advance.
    Screenshot of fonts loading incorrectly.
    Screenshot with fonts loading correctly.
    Thank you!

    Thanks for the posts everyone!
    A new development. Part of the problem is that the fonts are not displaying on the first page – but what make the document really unusable – is that the “ff” is missing from “Dollars making a difference” in the table of contents. Since “ff” is a ligature in the pdf I wondered if that was part of the problem.
    I re-exported the pdf in this version – but replaced the “ff” ligature with just two fs instead. http://mssociety.ca/bc/pdf/Walk_Footnotes_1_2012_web_NVI.pdf
    This is a web-res one but I had the problem with press-ready and web-res files.
    This one appears to be fine now. Can you tell  me if it loads correctly on your machine? Maybe a problem with ligatures then….Which is a pain if I have to take them all out of my pdfs.
    This only appears to be a problem when viewing the PDF in a web browser. If you save it your computer and open it up it seems fine.
    Bill@VT – I’m not sure why Times New Roman didn’t embed in the first pdf…Strange. But the font that is used all over that first page – which is not displaying correctly is actually Futura.
    The PDFs were exported from InDesign CS5….and I have Acrobat Reader X (10.1.2) and Acrobat Pro 9.5.0
    daniel27lt – the image on the front page is 1.8 MB jpg. I exported both Press Ready PDFs and Web Res PDF from InDesign and they both have this problem when viewed in the Web Browser. I don’t think converting all my images to GIFs is going to be a good solution for me and I do believe the problem is in the fonts.

  • Something strange happened to my iPod

    Yesterday I was listening to my iPod in shuffle mode. But when one of the songs ended the nex one didn't start. I looked at the iPod and I saw, that the display was showing the name of the next song, but nothing was moving and the song wasn't playing. I clicked all the buttons but nothing happened, the display was still showing the same thing. I tried to connect it with the computer and the "Don't disconect" text appeared but after that I still couldn't do anything with the iPod. It was just not working. I waited until the battery dropped down and then I tryed to charge it. Fortunately it worked and everything was ok again. But what was the reason about that? I'm afraid, because if it's something serious I'm not sure if they'll be able to fix it in my country.

    As I understand from the link the iPod could be reset when I toggle the hold button (I did this), to press and hold the buttons (did this), to connect it to the computer (did this) or connect it to a power adapter (I did this, but it worked only after the battery dropped down).

  • Something Strange happen with my FreeHand - see if you know why?

    Hi All,
    Not sure if anyone here have been experiencing what I am about to show.
    The font MyriadPro suddenly become like this... see attachment.
    Why?
    Jack

    Hi Maeric,
    No worries, my problem cannot be solve if I keep it to myself and everyone else do the same. We have to come out of our shell and be counted so we will know how many of us are out there in the same boat. When you spend so many years mastering a software like FreeHand and knowing how productive and efficient it has been, it is heart breaking to know we can't do much as individual to save it from the Giant palm of Adobe to thumb it down.
    This latest set back fortunately is not isolated to only FreeHand but instead it is got something to do with Open Fonts.
    For the time being I will just use Postscript fonts.
    I am still hanging on to FreeHand for as long as it can still run and hopefully someone come out with a brilliant idea to revive it.
    I am not give up yet.
    I will always believe in FreeHand and will always love FreeHand
    Thank you
    Jack Png

  • Something strange happened to my wav files...

    I digitalized from some Digibeta tapes the audio and video files. The audio files are wav. On the HD everything sounds good. Then I simply burned some dvd rom to put the files to give to my authoring guy. The result... 3 on 5 dvd rom had wav files modified during the process, and if you listen to them, they have an annoying REVERB / ECHO....
    I'm posting it here because of you expert of Soundtrack Pro.
    How could that happen?? I'm smashing my head to understand that...
    Thanks....

    Soundtrack was not involved in the process.
    I'm posting here because seems a good place to ask...
    I used this forum to search for a solution at first, then I discovered that nothing can remove a reverb...

  • Something strange happen with my app store account

    Hello everyone,
    At home we have two computers, mine is a MBP Retina and my wife has an iMac. Yesterday she got an uppdate advise and when she went to uppdate the application "The Unarchiver" app store said that she has to connect with my accout in order to uppdate the app. I tested deleting the app from the iMac and ran app store updates again and it found an uppdate for the same application and that is strange since I deleted the application, App Store should show "download" not "update". I tested with other apps and I didin't have any problem in downloadning nor updating with my wife account. 
    All this in my wife computer (iMac)
    I took a look anyway to my computer (MBP) and app store doesn't have any update pending for me and I have "The Unarchiver" installed.
    Is someone else with similar problem?
    Thanks for any comment or help since my wife is driving me crazy, everyday asking what is the problem.

    If the update on your wife's iMac asks for your Apple ID to update the app, that means that this app is your content bought with your Apple ID and you have shared it with your wife and authorized her Mac to use your content at some point in the past. Even on her Mac, your content is your content and requires your ID and password to be updated.
    If it was saying update instead of install after you deleted the app, then there is likely a backup of your wifes Mac that has the old version of the app. The Mac App Store (MAS) can see its apps on attached/mounted drives and partitions.
    Check the version number of the app on your Mac, maybe you already have the latest version.

  • Something strange happens on reports

    Hi,
    I have a page with 2 reports and the second report gives more detailed information about the selected line in the first report.
    So in the first report I have a column link on a name and I've also added an indicator in front of the row so the users can see which line they have selected.
    This works fine, when selecting a line in the first report the second one changes with the correct values,...
    But from the moment I sort on a column (it doesn't matter which one) from report 1, I get following error instead of my second report:
    failed to parse SQL query:
    ORA-06502: PL/SQL: numeric or value error: NULL index table key value
    But I can see, after the sorting, the line indicator is still on the correct row (the one I've selected before the sorting) so the ID of the row should be known I asume...
    Does anyone know what's the problem here?
    Thank you!
    Sofie

    Sofie,
    Can you show us the SQL used for both reports? Also, it's not entirely clear hgw a row is "selected". Is it via a hypertext link that points back to the same page?
    Sergio

  • Something strange happened this morning, Have I been hacked?

    Here we go, This morning i woke up by checking safari browser on my iphone. I saw that somehow Yahoo Search has been searching for my domicile? A little scary. Becasue last night i cleared all my history and closed the phone and i wake up to this. Well, I have not jailbreak my phone and its about 2 month old. Are the a risk that my iphone 4 has been hacked? (My yahoo account got hacked lately)

    If your phone is not jailbroken, it is not hacked...you have nothing to worry about. There is no way to hack a non-jailbroken iPhone.
    Your Yahoo account may have been hacked, but not your phone.

  • Something Strange happened to the Way to DOOM3

    I am very annoyed and all my good mood in playing DOOM 3 is spoiled by this problem here...
    I have an MSI k7n420D nForce 1 board using soundstorm (Analog Devices AD1885 codec) connected to an Analog  quadraphonic 4.1 speaker system, thus Logitech Z-540.
    The problem is that i can not enable the in game menu option "surround Speakers" !!   it keeps telling me that no surround h/w is detected in my system... so i just hear normal 2 -channel stereo sound with the 2 front speakers  replicated  to the two rear. This is not surround positional sound....  you can recognize this easily because dialogs are coming equally from all 4 speakers this should not be the way.
    I have try a solution a guy suggested this is, not using nvmixer but instead going "sounds and Audio" in the control panel and in the speaker tab selecting the "surround speakers"  instead of quadraphonic . I have try that and yes i could now enable the in game surround option but nothing changed... again 2 - channel stereo with the front speakers sound replicated to the rear speakers.
    Any ideas here?!!! ....please i am frustrated with this.... does it mean that DOOM 3 supports only 5.1 speaker systems and not 4.1 speakers???....
    I use the 4.24 nForce Drivers (4.31 Audio Driver), with directX  v9.0b and windows XP Pro SP1.
    Please help,  
    Markoul

    update:
    I have listen more carefully and   yes you finally get surround positional sound from all 4 of my speakers.  I initially got confused and stated false conclusion. But it seems that id designed dialogs and you own gun fire to be heard from L/R front and L/R rear speakers simultaneously and not the center speaker in a 5.1 speaker configuration. This is actually good news for 4.1 speaker system owners because this way even that Doom3 supports only 5.1 speaker systems 4.1 speaker systems are just fine  and you will loose nothing from the game sounds and dialogs.
    All of you that have 4.1 quadraphonic speaker  systems just make sure in the  
    windows control panel in the "Sounds and Audio Devices" , "speaker settings", "Advanced", you have selected "Surround Speakers" (or "5.1 Surround Speakers" no difference really). Now you should be able to enable the in game "Surround Speakers" option and enjoy Doom 3 sound to its full potential    
    Take Care,
    Markoul
    p.s. Dandruff thanks for the links

Maybe you are looking for

  • HP 6770m Driver Update Help

    Hello, I am the owner of a dv6-6173cl laptop. This laptop has an i7 processor along with a 6770m Radeon graphics card that is set up in switchable graphics. Unfortunately, I cannot download drivers from the AMD website due to HP messing with the grap

  • Is it possible to prevent a group of users be added into other groups?

    We have a admin group named "app admin" which has full privileges to a target OU "ou=apps,ou=services,dc=xxx,dc=com". And we are looking for solution to prevent members in the admin group putting their own account or group members into the target OU.

  • Will Lion work......it just might...or not.

    I have a 2006 17-inch iMac, first ever intel iMac.  It was originally a 1.83 Ghz Intel core duo.  I have since changed the processor to a T7600.  An intel core 2 duo 2.33Ghz with the 667Mhz Bus.  This is the fastest processor that you can put into th

  • Please tell me the entire process of sales deal in sap sd

    please tell me the entire process of sales deal in sap sd

  • Flash stealing focus

    if my mouse cursor touches a youtube video embedded on a forum while I'm scrolling, scrolling stops. it doesn't do it on youtube itself though. I've restarted in safe mode and it still happens I'm using: MBP running osx 10.6.8 Firefox 9.0.1