Установила Windows 7, звук был, полазила где не надо, решила установить Win 7 заново, установила, а звука нет. Звуковое устройство стоит Realtek AC97 Audio.
Есть ещё неизвестное оборудование:
Возможности электропитания: 00000009 PDCAP_D0_SUPPORTED PDCAP_D3_SUPPORTED
Искала-искала драйверы, три дня мучаюсь, помогите пожалуйста. )))))) и если можно, то по-шагово, а то ещё не то сделаю((((((
Удали все все все установленные драйвера для звуковой карты.
Удали все, что связанно со звуком (Realtek Audio, Via Audio, Nvidia Audio). Перезагрузись. Установи драйвер для Windows 7:
Настраивайся что Windows придется ставить заново. Сначала попробуй сделать, что написал, напиши о результате.
Всё удалила, даже через «выполнить» удалила папки)))))) Я эти драйверы тут у Вас и скачивала, результата «0» был. Сейчас ещё раз попробую))))
Вот что меня удивляет там файлы для Vista 64, я так понимаю, что 7-ка и vista похожи, но у меня стоит не ОС-64, а ОС-32 битная, при установке с диска там спрашивают какую ставить х86(32) или 64, вот у меня и стоит ОС-х86(32-битная, в свойствах компа так написано). Может надо на ОС-32 что-нибудь поставить.
Antonio, я понимаю, что звука нет, так ещё и видео тормозит, в онлайне фильм включила, а смотреть не реально по кадрам как-то, стоит у меня:
Пипец какой-то
вообще ничего не понял из последнего сообщения,
Цитата:
Вот что меня удивляет там файлы для Vista 64, я так понимаю, что 7-ка и vista похожи, но у меня стоит не ОС-64, а ОС-32 битная, при установке с диска там спрашивают какую ставить х86(32) или 64, вот у меня и стоит ОС-х86(32-битная, в свойствах компа так написано). Может надо на ОС-32 что-нибудь поставить.
какие «там файлы»? Где там?
Как установишь то, укажи, что у тебя творится в Диспетчере устройств.
В папке драйверов, которые я скачала по вышей ссылке, находятся папки для висты 64. Windows7 у меня без лицензии, диск дали, он чистый без драйверов и программ. Когда я его устанавливаю, у меня спрашивают какую операционную систему ставить 32 или 64, я ставлю 32.
Может это надо? У меня системная плата на основе чипсета nVIDIA nForce3 250 для процессоров AMD Athlon 64 (Socket 754).
для Windows 7 32-bit нужно ставить драйвера из папку . /Vista
если установлена Windows 7 64-bit, то ставить драйвера надо из папки . /Vista64
что отмеченно зеленой галочкой?
Теперь компьютер поставил обновления и установил realtek с ИД :
Цитата:
Есть ещё неизвестное оборудование:
Ну оно на звук к сожалению не влияет никак. Какой ИД оборудования у Мультимедиа аудиоконтроллера?
А теперь при загрузке компьютер не включился, сказал проблем какой-то у него, делал какую-то проверку, далее он включился, а реалтека, который устанавливался обновлением нету.
Вот теперь если в Диспетчере устройств есть неустановленный Мультимедия аудиоконтроллер, у которого ИД оборудования
то для него надо устанавливать вот этот драйвер:
Можно распаковать драйвер для Windows 7 и установить из Диспетчера устройств с указанием местонахождения драйвера на компьютере
cm devcap surpriseremovalok что это
The SetupDiGetDeviceRegistryProperty function retrieves a specified Plug and Play device property.
Syntax
Parameters
A handle to a device information set that contains a device information element that represents the device for which to retrieve a Plug and Play property.
A pointer to an SP_DEVINFO_DATA structure that specifies the device information element in DeviceInfoSet.
One of the following values that specifies the property to be retrieved:
The function retrieves the device’s address.
The function retrieves the device’s bus number.
The function retrieves the GUID for the device’s bus type.
The function retrieves a bitwise OR of the following CM_DEVCAP_Xxx flags in a DWORD. The device capabilities that are represented by these flags correspond to the device capabilities that are represented by the members of the DEVICE_CAPABILITIES structure. The CM_DEVCAP_Xxx constants are defined in Cfgmgr32.h.
CM_DEVCAP_Xxx flag
Corresponding DEVICE_CAPABILITIES structure member
LockSupported
EjectSupported
Removable
DockDevice
UniqueID
SilentInstall
RawDeviceOK
SurpriseRemovalOK
HardwareDisabled
NonDynamic
The function retrieves a bitwise OR of a device’s characteristics flags in a DWORD. For a description of these flags, which are defined in Wdm.h and Ntddk.h, see the DeviceCharacteristics parameter of the IoCreateDevice function.
The function retrieves a REG_SZ string that contains the device setup class of a device.
The function retrieves a REG_SZ string that contains the GUID that represents the device setup class of a device.
The function retrieves a REG_MULTI_SZ string that contains the list of compatible IDs for a device. For information about compatible IDs, see Device Identification Strings.
The function retrieves a bitwise OR of a device’s configuration flags in a DWORD value. The configuration flags are represented by the CONFIGFLAG_Xxx bitmasks that are defined in Regstr.h.
(Windows XP and later) The function retrieves a CM_POWER_DATA structure that contains the device’s power management information.
The function retrieves a REG_SZ string that contains the description of a device.
The function retrieves a DWORD value that represents the device’s type. For more information, see Specifying Device Types.
The function retrieves a string that identifies the device’s software key (sometimes called the driver key). For more information about driver keys, see Registry Trees and Keys for Devices and Drivers.
The function retrieves a REG_SZ string that contains the name of the device’s enumerator.
The function retrieves a DWORD value that indicates whether a user can obtain exclusive use of the device. The returned value is one if exclusive use is allowed, or zero otherwise. For more information, see IoCreateDevice.
The function retrieves a REG_SZ string that contains the friendly name of a device.
The function retrieves a REG_MULTI_SZ string that contains the list of hardware IDs for a device. For information about hardware IDs, see Device Identification Strings.
(Windows XP and later) The function retrieves a DWORD value that indicates the installation state of a device. The installation state is represented by one of the CM_INSTALL_STATE_Xxx values that are defined in Cfgmgr32.h. The CM_INSTALL_STATE_Xxx values correspond to the DEVICE_INSTALL_STATE enumeration values.
The function retrieves the device’s legacy bus type as an INTERFACE_TYPE value (defined in Wdm.h and Ntddk.h).
The function retrieves a REG_SZ string that contains the hardware location of a device.
(Windows Server 2003 and later) The function retrieves a REG_MULTI_SZ string that represents the location of the device in the device tree.
The function retrieves a REG_MULTI_SZ string that contains the names of a device’s lower-filter drivers.
The function retrieves a REG_SZ string that contains the name of the device manufacturer.
The function retrieves a REG_SZ string that contains the name that is associated with the device’s PDO. For more information, see IoCreateDevice.
(Windows XP and later) The function retrieves the device’s current removal policy as a DWORD that contains one of the CM_REMOVAL_POLICY_Xxx values that are defined in Cfgmgr32.h.
(Windows XP and later) The function retrieves the device’s hardware-specified default removal policy as a DWORD that contains one of the CM_REMOVAL_POLICY_Xxx values that are defined in Cfgmgr32.h.
(Windows XP and later) The function retrieves the device’s override removal policy (if it exists) from the registry, as a DWORD that contains one of the CM_REMOVAL_POLICY_Xxx values that are defined in Cfgmgr32.h.
The function retrieves a SECURITY_DESCRIPTOR structure for a device.
The function retrieves a REG_SZ string that contains the device’s security descriptor. For information about security descriptor strings, see Security Descriptor Definition Language (Windows). For information about the format of security descriptor strings, see Security Descriptor Definition Language (Windows).
The function retrieves a REG_SZ string that contains the service name for a device.
The function retrieves a DWORD value set to the value of the UINumber member of the device’s DEVICE_CAPABILITIES structure.
The function retrieves a format string (REG_SZ) used to display the UINumber value.
The function retrieves a REG_MULTI_SZ string that contains the names of a device’s upper filter drivers.
PropertyRegDataType [out, optional]
A pointer to a variable that receives the data type of the property that is being retrieved. This is one of the standard registry data types. This parameter is optional and can be NULL.
PropertyBuffer [out, optional]
A pointer to a buffer that receives the property that is being retrieved. If this parameter is set to NULL, and PropertyBufferSize is also set to zero, the function returns the required size for the buffer in RequiredSize.
The size, in bytes, of the PropertyBuffer buffer.
RequiredSize [out, optional]
A pointer to a variable of type DWORD that receives the required size, in bytes, of the PropertyBuffer buffer that is required to hold the data for the requested property. This parameter is optional and can be NULL.
Return value
SetupDiGetDeviceRegistryProperty returns TRUE if the call was successful. Otherwise, it returns FALSE and the logged error can be retrieved by making a call to GetLastError. SetupDiGetDeviceRegistryProperty returns the ERROR_INVALID_DATA error code if the requested property does not exist for a device or if the property data is not valid.
Requirements
Desktop For universal, call CM_Get_DevNode_Registry_Property
Available in Microsoft Windows 2000 and later versions of Windows.
Cm devcap surpriseremovalok что это
Из того что я нашел в инете. Это то что Bluetooth в сущности сетевой протокол, как эзернет например, и что работа разных устройств по блютузу это просто использование разных прикладных протоколов. Один умный человек все это раскопал Jon Scaife но Broadcom недавно купила Widcomm со всем что было и попросила Джона убрать всю информацию о том, как сдалать так чтобы Видкомоские дрова пахали на, почти, любых Блютуз-контроллерах. Есть некое лицензирование, по которому тот или иной производитель, на уровне драйверов, добовляет возможность использования со своим устройством, мыши или телефона или КПК. Так вот, если вы стали обладателем такого Блютуз-контроллера, производитель которого пожмотничал и в драйверах своих реализовал только поддержку того или иного типа устройств, а не всех которые Вам нужны, то здесь мы с вами все это обсудим и будет нам счастье
надо отдать должное Hipster и Кренг за помощь
Windows XP / Vista XP v5.10.06F оригинальный файл от FujitsuSiemens S7110 (USB\VID_0C24&PID_000F) Vista32 v5.00.08F оригинальный файл от FujitsuSiemens S7110 (USB\VID_0C24&PID_000F) BlueSoleil Windows XP / VistaВерсия 6 Программа проверки на совместимость прямая ссылка
File Name : IVT_BlueSoleil_6.2.227.11_for_32bit_OS.zip BsTrace.rar зелье библиотечку нужно положить в %SystemRoot%\system32 ну и перегрузиться. старую лучше сохранить на случай удаления Блюсолейла File Size : 37.5M Publish Date : 2008-8-4 Languages : English, Simplified Chinese, Traditional Chinese, German, Polish, Russian, Spanish, Japanese, Korean, Norwegian, Portuguese, Swedish, Italian, French, Danish, Dutch, Finnish Note: Before installing this new version, please uninstall the old BlueSoleil version. Narod.ru
File Name : IVT_BlueSoleil_6.2.227.11_for_64bit_OS.zip работает даже на сервере 2003 от sciensys File Size : 48.3M Publish Date : 2008-8-4 Languages : English, Simplified Chinese, Traditional Chinese, German, Polish, Russian, Spanish, Japanese, Korean, Norwegian, Portuguese, Swedish, Italian, French, Danish, Dutch, Finnish Note: Before installing this new version, please uninstall the old BlueSoleil version. Narod.ru
File Name : IVT_BlueSoleil_6.0.227.0_for_64bit_OS.zip File Size : 26.7M Publish Date : 2008-6-6 Languages : English Narod.ru
File Name : IVT_BlueSoleil_6.0.223.0_for_64bit_OS.zip File Size : 27.4M Publish Date : 2008-5-9 Languages : English Narod.ru
Windows 2000 / XP / Vista (CSR, ISSC main chipset compatible.)
Форум YourDevice
ЗАПИСНАЯ КНИЖКА ИНЖЕНЕРА
Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение admin » 08 ноя 2012, 21:29
Описание переменных файла:
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение admin » 03 мар 2013, 14:19
Скорость программирования AVR.
Для задания скорости программирования AVR в файле «programm.ini» можно добавить следующее (аналогично для других ключей avrdude):
Сохраните файл «programm.ini»
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение admin » 03 мар 2013, 14:21
Программатор AVR STK200 с поддержкой LPT.
Для добавления программатора AVR STK200 с поддержкой LPT в файл «programm.ini» можно добавить следующее:
Сохраните файл «programm.ini»
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение admin » 03 мар 2013, 14:47
Программатор AVR Pocket Programmer (PGM-09231).
Для добавления программатора AVR Pocket Programmer (PGM-09231) в файл «programm.ini» можно добавить следующее:
Сохраните файл «programm.ini»
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение admin » 12 мар 2013, 22:48
Программатор/отладчик AVR JTAG ICE.
Для добавления программатора AVR JTAG ICE в файл «programm.ini» можно добавить следующее:
Сохраните файл «programm.ini»
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение Trey3499 » 26 дек 2013, 20:37
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение admin » 30 дек 2013, 19:59
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение Trey3499 » 09 янв 2014, 12:13
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение Lion69 » 16 янв 2014, 01:54
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение vano11 » 16 янв 2014, 13:26
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение Lion69 » 16 янв 2014, 22:11
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение vano11 » 16 янв 2014, 22:45
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение Lion69 » 17 янв 2014, 02:56
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение Lion69 » 21 янв 2014, 02:31
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение kulibin402 » 24 апр 2014, 00:25
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение admin » 12 май 2014, 11:29
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение foton6 » 16 авг 2014, 19:00
avrdude.exe: error at C:\Users\bred\Desktop\avrdudeprog33\avrdude.conf:546: programmer type must be written as «id_type»
Затем я засунул вместо вашего другой конфиг м соответственно ДУДКУ тоже. Заработало, но уже не работает USBasp.
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение admin » 17 авг 2014, 00:24
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение KopylovSergey » 21 мар 2015, 00:35
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение KopylovSergey » 21 мар 2015, 00:40
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение admin » 22 мар 2015, 04:34
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение bdk100 » 11 июн 2015, 16:51
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение admin » 11 июн 2015, 20:26
По данному программатору всё тут
P.s. лучше вопросы не дублировать
Re: Добавление программаторов, настройка скорости программирования и пр. в AVRDUDE_PROG.
Сообщение bdk100 » 12 июн 2015, 11:48
Это тема: Добавление программаторов, в AVRDUDE_PROG. Уважаемый Admin, в указанной Вами теме этот вопрос не обсуждался. По этому прошу помощи: Как добавить программатор СН341А в программу AVRDUDE_PROG Помогите пожалуйста! Программатор отображается в Диспетчере устройств как: Код экземпляра оборудования USB\VID_1A86&PID_5512\5&6A7B326&0&1
Коды (ID) оборудования USB\Vid_1a86&Pid_5512&Rev_0304 USB\Vid_1a86&Pid_5512
Совместимые Коды (ID) USB\Class_ff&SubClass_01&Prot_02 USB\Class_ff&SubClass_01 USB\Class_ff Соответствующий Код (ID) устройства usb\vid_1a86&pid_5512
Характеристики CM_DEVCAP_REMOVABLE CM_DEVCAP_UNIQUEID CM_DEVCAP_SILENTINSTALL CM_DEVCAP_SURPRISEREMOVALOK