No microphone on Dell Inspiron 15 3521

Hey, i have the Inspiron 15 3521 with windows 8.1 and it does not recognize the internal microphone.
For example when I go to "Speech Recognition" and press "Set Up Microphone" I get 3 Options "Headset Microphone", "Desktop Microphone" and "Other" and non of them works.
I tried to reinstall the drivers and update the system but nothing works.
Please help.

IlyaM
it does not recognize the internal microphone.
For example when I go to "Speech Recognition" and press "Set Up Microphone" I get 3 Options "Headset Microphone", "Desktop Microphone" and "Other"
Those 3 things are not options. The Speech Recognition wizard is asking you what TYPE of mic you are setting up. If it is the laptop's built-in mic you have to select "Other".
The particular mic the wizard selects depends on which one is the default recording device. You have to set the default in the Sound properties.
Open the Recording tab of the Sound properties to view a list of your recording devices. Look at "Microphone Realtek High Definition Audio" and see if it is the "Default Device". If it is not, right click on it  to open the context menu, then click on "Set as Default Device".

Similar Messages

  • Fan (fancontrol) issue: Dell Inspiron 3521

    Hello everyone, please bear with me as I am a novice arch user. Also I am not  native english speaker (just in case )
    I have a problem with the laptop fan working constantly, which is annoying and disturbing. It has to be due to a system configuration, because I am coming form the other distro, where problem didn't exist. Also just after arch installation the fan was working fine (meaning in intervals, not constantly). It's just broken recently. The temp. is fine, around 50 degrees with medium load (browser, mplayer).
    [mateusz@mateusz ~]$ sensors
    coretemp-isa-0000
    Adapter: ISA adapter
    Physical id 0: +52.0°C (high = +87.0°C, crit = +105.0°C)
    Core 0: +52.0°C (high = +87.0°C, crit = +105.0°C)
    Core 1: +50.0°C (high = +87.0°C, crit = +105.0°C)
    So obviously I made my research, and came to that conclusion:
    -Due to the nature of systemd, the config for fancontrol stopped being loaded properly
    [mateusz@mateusz ~]$ systemctl status lm_sensors
    ● lm_sensors.service - Initialize hardware monitoring sensors
    Loaded: loaded (/usr/lib/systemd/system/lm_sensors.service; disabled)
    Active: inactive (dead)
    [mateusz@mateusz ~]$ systemctl status fancontrol
    ● fancontrol.service - Start fan control, if configured
    Loaded: loaded (/usr/lib/systemd/system/fancontrol.service; disabled)
    Active: inactive (dead)
    sie 08 08:54:01 mateusz systemd[1]: Started Start fan control, if configured.
    I suspect it's the same thing explained in this post: https://bbs.archlinux.org/viewtopic.php … 6#p1251766 ,
    "assignments of various hwmon symlinks change on each reboot". The advice is to load modules manually. But I got only one module:
    [mateusz@mateusz ~]$ ls /sys/class/hwmon/ -al
    razem 0
    drwxr-xr-x 2 root root 0 08-08 09:12 .
    drwxr-xr-x 45 root root 0 08-08 09:45 ..
    lrwxrwxrwx 1 root root 0 08-08 09:12 hwmon0 -> ../../devices/platform/coretemp.0/hwmon/hwmon0
    This is the place I got stuck. I have a general idea what to do, but I'd like to confirm and double check. I don't want to mess up my system, since I got to like it quite a bit.
    My thinking is:
    1. Set up lm_sensors
    2. Remove it from autostart (or not configure it to autostart, but I'd rather remove it later, just to be on the safe side)
    3. Load modules manually to /etc/modules-load.d/load_these.conf        However, I am worried that I see only coretemp. Just seems that something is wrong.
    4. See if default  /etc/fancontrol is ok. If not try to configure it, as explained in wiki. https://wiki.archlinux.org/index.php/fan_speed_control
    5. Do not run /usr/bin/fancontrol as I have Dell Ispiron ? Install instead i8kutils? See which is better/working at all?
    6. Enable working solution from 5.
    Thank you for reading this rather long one. I'd greatly appreciated any healp, hints, leads and so on.
    Best regards
    Last edited by ewaller (2014-08-10 17:01:16)

    I am sorry to drag that issue, but It's a quite big problem for me. I realize that previous post are not proper, and I should've educated myself better. I read and googled a lot, but still can't figure what to do next. Please help.
    Using i8k I set fancontrol, and It's working (done the manual modules loading to prevent systemd boot issue)
    Now the rpm for my fan is ridiculous when the fan is on (I mean on software wise, because it's working constantly)
    [mateusz@mateusz ~]$ sensors
    i8k-virtual-0
    Adapter: Virtual device
    Right Fan: 90000 RPM
    CPU: +49.0°C
    coretemp-isa-0000
    Adapter: ISA adapter
    Physical id 0: +49.0°C (high = +87.0°C, crit = +105.0°C)
    Core 0: +48.0°C (high = +87.0°C, crit = +105.0°C)
    Core 1: +47.0°C (high = +87.0°C, crit = +105.0°C)
    I set up minimal temp to 45 to prevent fan from working in the lower tempratures
    [mateusz@mateusz ~]$ systemctl status fancontrol
    ● fancontrol.service - Start fan control, if configured
    Loaded: loaded (/usr/lib/systemd/system/fancontrol.service; enabled)
    Active: active (running) since sob 2014-08-09 08:26:49 CEST; 1h 50min ago
    Main PID: 248 (fancontrol)
    CGroup: /system.slice/fancontrol.service
    ├─ 248 /bin/bash /usr/sbin/fancontrol
    └─4191 sleep 10
    sie 09 08:26:56 mateusz fancontrol[248]: Depends on hwmon1/temp3_input
    sie 09 08:26:56 mateusz fancontrol[248]: Controls hwmon0/fan2_input
    sie 09 08:26:56 mateusz fancontrol[248]: MINTEMP=45
    sie 09 08:26:56 mateusz fancontrol[248]: MAXTEMP=85
    sie 09 08:26:56 mateusz fancontrol[248]: MINSTART=150
    sie 09 08:26:56 mateusz fancontrol[248]: MINSTOP=100
    sie 09 08:26:56 mateusz fancontrol[248]: MINPWM=0
    sie 09 08:26:56 mateusz fancontrol[248]: MAXPWM=255
    sie 09 08:26:56 mateusz fancontrol[248]: Enabling PWM on fans...
    sie 09 08:26:56 mateusz fancontrol[248]: Starting automatic fan control...
    And the sensors gives expected output:
    [mateusz@mateusz ~]$ sensors
    i8k-virtual-0
    Adapter: Virtual device
    Right Fan: 0 RPM
    CPU: +45.0°C
    coretemp-isa-0000
    Adapter: ISA adapter
    Physical id 0: +46.0°C (high = +87.0°C, crit = +105.0°C)
    Core 0: +46.0°C (high = +87.0°C, crit = +105.0°C)
    Core 1: +44.0°C (high = +87.0°C, crit = +105.0°C)
    But despite the 0 RPM reading the fan is noising all the way. I read more about i8kutils, installed it and tested. I got weird output:
    [mateusz@mateusz ~]$ i8kctl
    1.0 A12 7YDQ0X1 47 -1 0 -1 0 -1 -1
    [mateusz@mateusz ~]$ i8kctl fan
    -1 0
    -1 entry is not even in the man page. What does it mean? It's the left one, the usual cpu one. And the other one is switched off, which is consistent with sesnors output (while sensors give RPM speed i8kctl gives 1 for the right fan) . But like I said, it's fanning all the time, constantly. The other thing is that this laptop, to my limited knowledge has got one fan.
    Please help, I am lost here.
    Best regards
    Last edited by matman (2014-08-09 08:32:53)

  • StarTech Adapter not working with Dell Inspiron 15, model 3521

    Side Note: I wrote a reply to a thread that was from 2013. I do apologize because the link was sent to me by my bf and I did not realize how old it was. Since my reply has to be approved I can't delete it.
    Current Issue: StarTech Adapter not working with Dell Inspiron 15 model 3521 
    I bought my Dell laptop last year and at first I did not realize that it had only one audio jack (combo, as the specifications manual says), I only noticed when I was trying to plug in my Ozone Rage ST headset.
    I searched online threads and found out that I needed an adapter and most people mentioned Headset Buddy. I couldn't find any adapters for sale in my country (or employees didn't really know what I was talking about) and since Headset Buddy is a bit expensive, I decided to try StarTech Headset adapter for headsets with separate headphone/microphone plugs - 3.5mm 4 position to 2x 3 position 3.5mm M/F www.amazon.com/.../ref=cm_cr_pr_product_top.
    It arrived today and let me tell you that I can't make it work. I can hear everything but I can't get the external mic to work or even be detected. I have always used my headset (mostly for gaming) and I prefer to use my external mic rather than the internal one. First I connected my headphone and mic jacks to the adapter and only after that did I connect it to the laptop combo jack. I also tried vice-versa. It didn't work, regardless of the order. I even tried with a different headset and it still didn't work. What else can I do?
    I have also found a thread on Dell forums saying that Headset Buddy doesn't even work on Dell Inspiron 15, model 3521. So since it doesn't work and I'm assuming StarTech doesn't, either, what am I to do/buy?! I am getting extremely frustrated and I'm very disappointed with Dell because the brand should have included with the laptop a proper working adapter for these situations and not make its customers buy an extra accessory to make whatever working gear they already had function. It just doesn't make sense to me! Either make the changes work properly or simply don't touch anything. I spent some of my savings on this laptop which, overall, is great but now I am being forced to spend more on an item to allow me to use my headset. I am running out of options here and even Dell can't seem to tell its customers with 100% certainty what really works for this specific model. 
    If I can't make the adapter work, I just hope I can return it, otherwise I'll end up with no refund and with a piece of equipment I have no other use for! 
    Any thoughts?

    Hi,
    Thanks for your reply.
    This is the first time I was forced to buy adapters such as these so I don't know if I'm doing something wrong or if there's anything else I can do to make it work. When I plug the adapter to my Dell, the laptop presents me with several options such as: headphones, headphone, speakers, skull candy headphones, etc (maybe some may have different names but since I see them in Portuguese, I'm not quite sure how they appear for someone who has the computer in English), I have picked different options and it still doesn't work, the only noticeable changes are sound quality related, I guess.

  • Microphone problem with my Inspiron 3521

    Hi,
    I have purchased a laptop Dell Inspiron 15 3521 Tag Number<ADMIN NOTE: Service tag removed as per privacy policy>. It is to inform you that there is a problem with Microphone. The output of the microphone is very low and blurry. I have done all my best to solve the problem but all in vain. 
    You are requested to please help me in this regards.
    Regards,
    Muhammad Umar

    Muhammad umar
    You are requested to please help me in this regards.
    Hello Muhammad Umar. This forum is for Dell owners to have a place where we can discuss technical issues with each other. If you are attempting to address a Dell representative, I urge you to contact Dell directly.
    My own advice to you is to first re-install your Realtek audio driver from the Inspiron 3521 downloads page (make sure to select your operating system in the drop down menu).
    If the problem remains, next install the native Windows audio driver. If that also does not fix the problem then you probably have hardware failure of the mic. In that case you should contact tech support (using the above link) and schedule a repair as per your warranty.

  • Dell Inspiron 3420 microphone not working after update

    I got myself a Dell Inspiron 3420 laptop, mostly because of the Dell's exceptional Linux support (it came with Ubuntu preinstalled, but I ran it over with Arch right away). Anyway, I've set up my system, installed GNOME, everything worked like a charm. And then this update came and internal mic ain't working. I'm using pulseaudio, and in pavucontrol when I head over to Input Devices card, I can see the entry, I can toggle the slider, but it's not working. I tried with alsamixer as well, but without success.
    FTR, external mic is not working as well... when I plug it in, nothing happens. He's dead Jim, he's dead...
    Ideas?
    Last edited by mandalic (2013-03-25 15:06:57)

    I am having the same problem . Siri is working fine , voice record not working... And people can only hear me if I talk with the speaker phone on . This is definitely a software issue because I replaced the mic and thunderbolt ,, still having the same problem

  • I have a Dell Inspiron 1545 and I can't download Adobe flash or Adobe acrobat reader, when I try to play my games it says update flash and when I try to download it the screen comes up blank

    I have a Dell Inspiron 1545 and I can't download Adobe flash or Adobe acrobat reader, when I try to play my games it says update flash and when I try to download it the screen comes up blank

    Try the offline installers:
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)
    For Adobe Reader: http://get.adobe.com/reader/enterprise/

  • [SOLVED] Function Keys Problem On Dell Inspiron N5010

    Yesterday I bought a new laptop (Dell Inspiron N5010) and immediately installed Arch Linux on it. But when I launched the installation framework, I needed to use fdisk to partition my drive manually and to open another tty, ctrl + alt + f2 or up to f7, none of them worked. When I use f4 or f5 for example, it changes the brightness of the screen cause these keys have icons on them which represent the brightness control. So I quitted, took care of that fdisk issue and got back, installed Arch Linux successfully. When launched in GNOME 3, nothing was changed. It still uses f1, f2, ... and so on as "just function keys" without using "Fn" key. It's fine somehow cause my system automatically detected those keys, I can use every single function of my keyboard. But without using Fn key, I can't actually use any fx key for my own use. For example, I can't use Tilda anymore cause when I use only f1, it tries to open monitor control stuff.
    So... any ideas?
    Edit: It seems that this problem is all about Arch Linux. A friend of mine has the same laptop and he has just tried Mint Debian RC and function keys worked properly. So, there's a problem and it seems it's related to Arch Linux (or maybe Xorg version, somehow?).
    Last edited by Jeaquares (2011-05-18 13:07:06)

    xdunlapx wrote:The function key on my dell laptop was set to the F keys, meaning you have to hit the function key and then an F key to activate the F key. I switched it in the bios so I don't have to hit the function key to activate the F keys. So I would have had to hit Fn+Ctrl-Alt-F1 for example to get to TTY 1. Now since i switched it off in the bios All I have to do is hit Ctrl-Alt-F1 to get to the terminal. But in order to turn off wifi from the F key (for example) I have to hit Fn+F2. It's switched.
    I can't tell you how this was helpful. I've never noticed that there was an option in BIOS's Advanced menu for this. I updated it as "Function Key" and it solved my problem, thanks.

  • Solaris 8 & Keyboard Problem on DELL Inspiron Laptop

    Hi all,
    Trying to install Solaris 8 on Dell Inspiron 4000 laptop, but the keyboard gets stuck at the stage where I need to select the language. No response to keyboard and the machine just hangs. The keyboard works initially, I used the F2 key to continue to the next screen. Has anyone seen this before? Any help is much appreciated.
    Thanks
    [email protected]

    I'm experiencing this exact problem on my Dell Inspiron 4000 as well. When I trying to select the Language stage of the installation, my laptop responds with garble text, and then the laptop locks up. Please let me know if you have a resolution.
    vinh
    [email protected]

  • Dell Inspiron 11 3000 series

    I have an acer aspire one that has been trucking along for nearly 6 years now with almost continuous use (about a year of non-use time in there, but that's it). I use it primarily for taking notes in class and such, but it also sees a lot of programming and other use since I take it to campus each day and also on trips. In this time, I have lost almost all the feet and now screws are slowly disappearing. It also has started to have some overheating issues when the heatsink seems to shift positions slightly (it shuts off within 90 seconds when this happens). In addition, I find myself wishing quite often that it could do things like stream video properly (without jittering) and compile the kernel (it takes FOREVER on that tiny hyper threaded single core atom processor). So, I've been looking at a replacement that can get similar battery life, has a similarly sized screen (preferably touch as well because I think that would be great fun to use), more than 1Gb of RAM (I can have about 7 tabs open on chrome and then it starts having troubles since I have swap disabled), and a better processor. My most basic requirement, however, is that the laptop be able to run arch.
    I've been looking at the Dell Inspiron 11 3000 series since it seems to have the best battery life of my various 11.6" options out there. The processor is a dual core Celeron which sounds old and antiquated to me, even though I believe its based on Haswell (not sure there). It also has 4Gb RAM and 500Gb hard drive. Another option, for $50 more, is a pentium processor which sounds even more antiquated, but is still based on Haswell.
    http://www.dell.com/us/p/inspiron-11-31 … redir=true
    My question is this: Has anyone managed to get arch working on one of these things? I also imagine that the most new-fangled component would be the touchscreen, so does anyone know the general support of those for linux?
    Thanks in advance for any help.

    Hi,
    Does the WPF application develop by yourself? Please make sure that your application has no dependency issue, if your WPF application lacks of some libs or .Net framework, it cannot execute. Do you get any error message when you try to run it?
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Dell Inspiron 1525 Problems

    Hello.
    I just purchased a Dell Inspiron 1525 with Vista Home Premium preinstalled. I wanted to know if there is a way to install a fully working Arch Linux system on it. I tried with 2007.08 CD only to fail at getting the wireless card to work. Dell Inspiron 1525 comes with a Dell Wireless 1390 WLAN Mini Card. I tried installing both the latest vista and xp drivers for this card via ndiswrapper. I thought all was well since I got the message that said that the driver is installed and the device was present. However, when I checked iwconfig, the normal 'wlan0' was not in the list, just 'lo'. Can someone help me with this?
    Also, I used a ZenWalk liveCD to test out if I have sound support. It seems like the sound doesn't work either, but that may be because I used an old liveCD. The 1525 comes with a 'SIGMATEL STAC 92XX C-MAJOR HD Audio' or also known as "High Definition Audio 2.0".
    I have also learned that although Dell does offer this laptop with Ubuntu installed, they changed the wireless card on the ubuntu version. I don't know if that means anything. Also, I have heard of many who have gotten linux installed on this laptop. I have some experience with linux, but all of that is with a desktop pc. (Used Arch for the longest after trying out Gentoo ^^)
    I checked the Ubuntu forums on this matter, and they seem to have a lot of documentation on it, but I am unsure if it will apply to Arch. Does Arch come with the bcm43xx drivers? If it does, then that means I have to blacklist it or something. I really need help.
    - Dennis ^^
    PS: Thanks in advance for any help!

    Thanks for all of the replies. I downloaded the newest ISO and tried to get it working again. Well, b43 did not really work as I hoped it would, so I went and used ndiswrapper. To my astonishment, it works. Apparantly, something changed from the 2.6.22 to 2.6.24 kernels that made it so that the ndiswrapper module won't be detected with a broadcom card with the 2.6.22 kernel. This is all a guess, but it kinda makes sense. Only one problem though, I did all of the usual steps to set up the wireless connection... and it can't seem to connect to the internet... I did:
    iwconfig wlan0 essid ********
    iwconfig wlan0 mode Managed
    iwconfig wlan0 key restricted **********
    ifconfig wlan0 up
    dhcpcd wlan0
    *I have tried this with other network cards, those on my desktop, and they worked fine.
    When I do 'iwlist wlan0 scanning' , I detect all the networks that I expected to see, but it doesn't connect to any of them, which I think is really weird.
    I don't really care much for vista, but I miss messing around with a decent CLI, and I will be majoring in Computer Science once I get into college, which would definately include classes on Bash scripting, so I wanted to get a linux install on my laptop since my desktop died. I have experience with Ubuntu, Gentoo (Stage 1 and Stage 3 installs.. Stage 1 was a giant pain and failed the first 4 times), ZenWalk, MEPIS, SuSE, Fedora, Arch, and some others. Of all of these, I liked Arch the best. So, I was really hoping I could get it installed.
    Well, it seems I will be stuck with vista for a while... but I must say, it's not AS bad as I thought it would... still slow and all though ^^
    @anti-neutrino:
    Hello. Dual-booting is tricky stuff in my opinion. I have never done it myself, so I can't really help you there. But, there are plenty of documentation out there on it. According to http://www.goodells.net/dellrestore/mediadirect.htm, DellMediaDirect is installed on a hidden partition. So, I'm guessing that as long as you don't touch that partition, it would still be there. What I think you would have problem with is where to put grub (or lilo). The safest thing to do, I would think, is to place it in a floppy, if you have an external floppy drive, or place grub into a USB Flash drive which you would be able to boot from. I have no idea how to do this in Arch, but I have done it before in SuSE. And as for Vista, as long as you don't touch the vista partition, it should stay the same. The booting is the only problem I can see for you. If the boot loader (grub or lilo) is installed in a separate medium (floppy/USB) then to boot into the linux partition, all you would have to do is boot from the medium, eitherwise, it would boot into Vista (or whatever you have that boots up first) automatically.. that is unless they changed something, and knowing how fast linux is developed, there are a lot of changes, so I'm not really sure if it still works this way.
    @Warper:
    I don't really mind the sound right now. If I can get internet to work, I know I can solve all the other problems later, as all I need to do is look up how to solve for it. But, yeah I know sound is muted by default in Arch. It's just that with my desktop, sound was automatically detected by other LiveCD's that I was confused when those same LiveCD's couldn't detect it. Again, this might just be that the LiveCD's use an older kernel.
    - Dennis ^^
    PS: I reinstalled vista and wrote this post in it. T_T
    Last edited by skittlehawk (2008-06-06 23:30:16)

  • Dell Inspiron 14R WLAN Card Disabled

    Hello,
    I have a Dell Inspiron 14R running Windows 7 64 bit. I have had my PC from this past November; about 7 months.
    I was using my PC, and suddenly, I started to experience wireless problems. I was unable to get onto the internet. Other devices on my wireless network are able to log on to our network, although that is irrelevant because my radio wasn't picking up anything at all, when it always had from that same location. The connection worked fine using an ethernet cable. After the problem occurred, my Targus Bluetooth mouse also stopped working.  This is what I have tried:
    Going into Network and Sharing Center, disabling my network adapter, and then enabling it again. This usually does the trick. After doing it over 5 times, it never worked.
    Doing a simple system restore. I attempted restoring 3 different times to an update within the last week, each of which failed (probably another issue altogether).
    Re-installing my WLAN CARD Driver, and then restarting. This didn't solve the problem.
    Checking the Device Manager. It reported that the wireless card was running properly.
    Using the DW WLAN CARD Utility. It says under the Link Status tab, after Connection Status, Radio Disabled. I tried right-clicking the icon in my Notification Area, and then clicking Enable Radio. It then shows an alert saying "The WLAN card is still disabled. Use the wireless switch or hotkey to enable it." Pressing Fn + F2, which is also supposed to enable the radio, did nothing, with no action or sign whatsoever from Windows. I also tried running tests under the Diagnostics tab. All hardware tests passed, with the Connection test giving me this alert again: "The WLAN card is still disabled. Use the wireless switch or hotkey to enable it," and then failing. The same thing happened when running the CCX Client diagnostics.
    What should I do? The problem is obvious that my card is disabled, as all signs point to that. Does anyone have any ideas on how I could fix it? I've tried everything I know, not to mention countless Google searches.
    Thanks!

    I am experiencing the same issue with my Inspiron N4010. The network card has disappeared from the system devices. After a reboot, the network connected for about 15 seconds and then went away. I had the system devices displayed at the same time and the network card also disappeared when the network went down. The card worked fine until today. What is the cheapest route to fix this?
    Also note the sound has come and gone over the past year. It is not working at the moment. It would be nice to fix both, but will the cost be greater than buying a new laptop or tablet?
    I can't say I will ever buy a Dell product again. These laptops seem to only last a year or two. Even my more expensive work laptop which is less than a year old has had its motherboard and hard drive replaced.

  • Cannot install sofware for HP Office jet 8625 Pro on my Dell Inspiron 15 with windows vista?

    Cannot
    install
    software for HP Office jet 8625 Pro software on my Dell Inspiron Core 2 processor with Windows Vista?

    Hi @akcarl 
    What happens when you try to install? Does it freeze, do you get an error message, or perhaps you simply can not find the appropriate software to download?
    Please post back with some additional detail so I can better assist you. Thanks.
    In the meantime, if the issue is nothing but finding the software, you may use the following link; OJ8620_198.exe
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • ?I am getting an error when installing on my dell inspiron with latest updates for drivers.  Error 1406.  I have the problem with Scan Snap software and a full version of reader.

    ?I am getting an error when installing on my dell inspiron with latest updates for drivers.  Error 1406.  I have the problem with Scan Snap software and a full version of reader.

    Error 1402 | Error 1406 | Acrobat, Reader

  • Can't connect to wireless network with Dell Inspiron 1525 with Vista

    I set up a wireless network about a week ago, and have made it with the following security features: WEP, enable only certain MAC addresses to connect, and disabled broadcasting the SSID.  I have been able to use it just fine with my Mac computer using airport, but when I have tried to connect my roommates computer, a dell inspiron 1525 with vista, it can't connect.  I can locate the network but when I try to connect to the network, I get a message saying that for an Windows cannot connect to the network and that the Wireless association failed due to unknown reasons.  It then says to connect with your administrator, but that is me.  I have a minimal knowledge of computers just enough to be dangerous and am basically figuring this out as I go along.  If anyone has some advice for me, both my roommate and I will be very grateful.
    Thanks,
    - Jill
    Solved!
    Go to Solution.

    Sorry I am not sure if this is needed but I am using a WRT54G router ver.6.

  • Printing Issues with HP PSC 750 on Dell Inspiron 3647 using Windows 8.1

    Recently purchased a Dell Inspiron 3647 desktop which has Windows 8.1 unable to get my HP PSC 750 to print correctly.
    I have downloaded all applicable Win 8.0 drivers and even tried using the HP print & Scan Doctor application.  I get partial test pages printed, but the emails, documents, etc. are not complete.
    I had one error pop up stating that the USB 2.0 may not work with the 3.0 on the computer, but never how to 'work around that issue'.
    I tried calling HP support and they wanted to 'remote' into my computer as that was the only way they said the issue could be fixed...never done that before and was not comfortable with it...
    Any other ideas - before I go out and buy a brand new printer (this one by the way still works great!)
    Thanks in advance!

    Hi there and welcome to the forums
    I saw your post about trying to install and use your PSC 750 on your new Windows 8.1 system. After checking the drivers out for this printer, I have discovered that there is no driver available for Windows 8.1. Perhaps try running the HP Print and Scan Doctor to see if that will help with printing. If not, I would then suggest looking into an upgraded printer which will have more up to date software and would most likely function with 8.1.
    HP PSC 750 All-in-One Printer Drivers
    If you were to call HP, they may have a trade in option for you, if you're interested, I will include their contact info.
    If you're calling within North America, the number is 1-800-474-6836 and for all other regions: click here.
    I hope you found this information helpful!
    Enjoy the rest of your Tuesday!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

Maybe you are looking for